zephyr/subsys/bluetooth/host
Luiz Augusto von Dentz cf913738c5 Bluetooth: GATT: Indicate service changes when reconnecting
If peer has previously configure to received service changes indications
any changes to the database during the time it has been disconnected
shall be indicated once it reconnects:

[bt] [DBG] sc_process: (0x004065b4) start 0x000a end 0x0014
[bt] [DBG] sc_save: (0x004065b4) peer b8:8a:60:d8:17:d7 (public)
 start 0x000a end 0x0014
[bt] [DBG] bt_gatt_connected: (0x00405240) conn 0x00405aa0
[bt] [DBG] gatt_ccc_changed: (0x00405240) ccc 0x00400b30 value 0x0002
[bt] [DBG] sc_ccc_cfg_changed: (0x00405240) value 0x0002
[bt] [DBG] sc_restore: (0x00405240) peer b8:8a:60:d8:17:d7 (public)
 start 0x000a end 0x0014
[bt] [DBG] sc_process: (0x004065b4) start 0x000a end 0x0014
[bt] [DBG] gatt_indicate: (0x004065b4) conn 0x00405aa0 handle 0x0008
[bt] [DBG] sc_indicate_rsp: (0x00405240) err 0x00

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-07-31 13:52:08 +03:00
..
mesh Bluetooth: Mesh: Fix advertising thread initialization 2017-07-27 11:38:01 +03:00
Kconfig Bluetooth: Mesh: Add initial implementation 2017-07-20 09:30:44 +03:00
Makefile Bluetooth: Mesh: Add initial implementation 2017-07-20 09:30:44 +03:00
a2dp.c Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
a2dp_internal.h
at.c Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
at.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
att.c Bluetooth: GATT: Add GAP service by default 2017-06-15 21:53:00 +03:00
att_internal.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
avdtp.c Bluetooth: AVDTP: Remove dead code 2017-05-25 09:14:05 -07:00
avdtp_internal.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
conn.c Bluetooth: conn: Fix notifying all pending tx packets in send_frag() 2017-07-06 20:46:25 +03:00
conn_internal.h Bluetooth: Clean up struct bt_conn 2017-07-05 12:40:11 +03:00
crypto.c Bluetooth: Move PRNG initialization a bit later in HCI init 2017-06-27 13:16:16 +03:00
crypto.h
ecc.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
gatt.c Bluetooth: GATT: Indicate service changes when reconnecting 2017-07-31 13:52:08 +03:00
gatt_internal.h Bluetooth: GATT: Add GAP service by default 2017-06-15 21:53:00 +03:00
hci_core.c Bluetooth: Add BUILD_ASSERT to check Tx and Rx thread priorities 2017-07-12 13:50:51 +03:00
hci_core.h Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
hci_ecc.c Bluetooth: hci_ecc: Use ATOMIC_DEFINE() for the flags 2017-06-30 12:55:33 +03:00
hci_ecc.h
hci_raw.c Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
hci_raw_internal.h
hfp_hf.c Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
hfp_internal.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
keys.c Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
keys.h Bluetooth: Fix alignment issues resulting from new integer types 2017-04-29 11:39:13 -04:00
keys_br.c Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
l2cap.c Bluetooth: L2CAP: Store sent data in the correct buffer 2017-07-30 18:00:17 +03:00
l2cap_br.c Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
l2cap_internal.h Bluetooth: Consolidate flow control Kconfig 2017-05-04 18:09:31 +03:00
monitor.c dts: fix Kconfig enablment of BLUETOOTH_MONITOR_ON_DEV_NAME 2017-07-25 12:23:20 -05:00
monitor.h Bluetooth: Fix alignment issues resulting from new integer types 2017-04-29 11:39:13 -04:00
rfcomm.c misc: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
rfcomm_internal.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
sdp.c Bluetooth: SDP: Fix possible out of bound memory access 2017-06-01 12:36:09 +03:00
sdp_internal.h Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
smp.c Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
smp.h Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
smp_null.c Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
storage.c Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
uuid.c Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00