zephyr/drivers/bluetooth/nble
Mariusz Skamra 076df0ce73 drivers/nble: Fix GATT Server Indications
This fixes GATT Server indications.
conn handle shall be set to the valid handle, not 0xffff.
If conn passed to bt_gatt_indicate is NULL, indication will be sent
to every client subscribed.

Fix related to ZEP-403

Change-Id: Ie36b957fddfbc5485318bba649d15349e9293868
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-05-25 14:40:04 +00:00
..
conn_internal.h
conn.c drivers/nble: Update RPC to Nordic BLE firmware 0513 2016-05-16 14:18:46 +03:00
conn.h
gap_internal.h drivers/nble: Update RPC to the latest 0516 firmware 2016-05-16 14:30:22 +03:00
gap.c drivers/nble: Update Nordic RPC to 0518 release 2016-05-18 18:36:26 +03:00
gatt_internal.h drivers/nble: Update Nordic RPC to 0518 release 2016-05-18 18:36:26 +03:00
gatt.c drivers/nble: Fix GATT Server Indications 2016-05-25 14:40:04 +00:00
Kconfig Bluetooth: Kconfig: Split debug selection into a choice 2016-04-20 17:46:09 +03:00
Makefile Bluetooth: Make UART draining logic consistent across drivers 2016-05-04 13:37:44 +00:00
rpc_deserialize.c drivers/nble: Update Nordic RPC to 0425 2016-04-25 15:03:53 +03:00
rpc_functions_to_ble_core.h drivers/nble: Update Nordic RPC to 0518 release 2016-05-18 18:36:26 +03:00
rpc_functions_to_quark.h drivers/nble: Update RPC function names 2016-05-04 14:23:17 +00:00
rpc_serialize.c drivers/nble: Update Nordic RPC to 0425 2016-04-25 15:03:53 +03:00
rpc.h
stubs.c drivers/nble: Update Nordic RPC to 0425 2016-04-25 15:03:53 +03:00
uart.c drivers/nble: Increase RX buffer pool 2016-05-09 15:15:43 +03:00
uart.h