zephyr/net/bluetooth
Arkadiusz Lichwa 51044bf5f8 Bluetooth: L2CAP: Introduce internal BR/EDR connection L2CAP notifier API
Adds dedicated function informing L2CAP layer about established BR/EDR
connection. Existing 'bt_l2cap_connected()' connection notifier is
refactored to use new API 'bt_l2cap_br_connected()' which is implemented
in l2cap_br.c file.
Currently the new handler is just stub since proper internals of
BR/EDR L2CAP signal channel management are not yet implemented
in l2cap_br.c file.

Change-Id: Idef9be63338c6bb4b3315ec0452d84f2431fbaa2
Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
2016-05-12 06:36:11 +00:00
..
att_internal.h
att.c Bluetooth: GATT: Remove authorization permission 2016-05-11 15:18:09 +00:00
conn_internal.h
conn.c
gatt_internal.h
gatt.c Bluetooth: GATT: Make bt_gatt_write take a struct 2016-05-10 17:55:06 +00:00
hci_core.c Bluetooth: BR/EDR: Reset pairing context when needed 2016-05-09 16:54:14 +00:00
hci_core.h Bluetooth: Fix using NRPA for creating connection 2016-05-09 11:41:14 +02:00
Kconfig
keys.c
keys.h
l2cap_br.c Bluetooth: L2CAP: Introduce internal BR/EDR connection L2CAP notifier API 2016-05-12 06:36:11 +00:00
l2cap_internal.h Bluetooth: L2CAP: Introduce internal BR/EDR connection L2CAP notifier API 2016-05-12 06:36:11 +00:00
l2cap.c Bluetooth: L2CAP: Introduce internal BR/EDR connection L2CAP notifier API 2016-05-12 06:36:11 +00:00
Makefile
monitor.c Bluetooth: monitor: Add 32-bit timestamp support 2016-05-04 21:19:49 +03:00
monitor.h Bluetooth: monitor: Add 32-bit timestamp support 2016-05-04 21:19:49 +03:00
smp_null.c
smp.c Bluetooth: SMP: Fix ecc_make_key return code check 2016-05-11 17:19:12 +00:00
smp.h
uuid.c