Bluetooth: Add connect event structure to zsector
Add an optional version for connection events to save some memory. Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
parent
f1f40b6675
commit
23a9594944
4 changed files with 88 additions and 5 deletions
|
@ -115,6 +115,10 @@
|
|||
Z_ITERABLE_SECTION_ROM(bt_l2cap_br_fixed_chan, 4)
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_BT_CONN)
|
||||
Z_ITERABLE_SECTION_ROM(bt_conn_cb, 4)
|
||||
#endif
|
||||
|
||||
Z_ITERABLE_SECTION_ROM(bt_gatt_service_static, 4)
|
||||
|
||||
#if defined(CONFIG_BT_MESH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue