zephyr/include/bluetooth
Luiz Augusto von Dentz 7b9013140d Bluetooth: GATT: Fix not queuing writes to CCC
In order to properly queue request there need to be a bt_att_req
storage but none of the calls to gatt_write_ccc were using the params
causing gatt_send to use bt_att_send and not bt_att_req_send.

To fix this now all the callers of gatt_write_ccc do set the params
properly but this means that bt_gatt_unsubscribe has to wait for it
to be completed before the application can reuse the
bt_gatt_subscribe_params.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-05-30 14:34:11 +03:00
..
a2dp-codec.h
a2dp.h
att.h
avdtp.h
bluetooth.h doc: spelling check doxygen comments include/ 2017-05-02 22:21:37 -04:00
buf.h Bluetooth: Introduce buffer type parameter to bt_buf_get_rx 2017-05-04 16:38:34 +03:00
conn.h doc: loses misspelling in conn.h 2017-05-04 19:42:50 -04:00
crypto.h
gatt.h Bluetooth: GATT: Fix not queuing writes to CCC 2017-05-30 14:34:11 +03:00
hci_raw.h
hci.h Bluetooth: Fix HCI LE Set PHY cmd parameters 2017-05-10 07:30:16 +03:00
hfp_hf.h
l2cap.h Bluetooth: Fix alignment issues resulting from new integer types 2017-04-29 11:39:13 -04:00
rfcomm.h Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
sdp.h doc: spelling check doxygen comments include/ 2017-05-02 22:21:37 -04:00
storage.h
uuid.h