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 Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
a2dp.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
att.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
avdtp.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
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 Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
gatt.h Bluetooth: GATT: Fix not queuing writes to CCC 2017-05-30 14:34:11 +03:00
hci_raw.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
hci.h Bluetooth: Fix HCI LE Set PHY cmd parameters 2017-05-10 07:30:16 +03:00
hfp_hf.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
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 Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
uuid.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00