Skip to main content
KKIM.6
Senior
May 11, 2022
Question

What's the difference between aci_gatt_update_char_value and aci_gatt_write_char_value?

  • May 11, 2022
  • 1 reply
  • 1007 views

What's the difference between "aci_gatt_update_char_value" and "aci_gatt_write_char_value"?

In addition, what is "aci_gatt_write_without_resp"?

Is it faster than others to send data?

How can I active "aci_gatt_write_without_resp"?, because it is inactive in STM32cubeMX during the BLE setup.

This topic has been closed for replies.

1 reply

KKIM.6
KKIM.6Author
Senior
May 13, 2022

I'm reading PM0271 and I found the answer.

The update is used when the Server notifies a value to the client.

The read/write is used when the client wants to interact with the server.

Am I right?