Home
last modified time | relevance | path

Searched refs:bt_conn_cb (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-2.7.6/include/bluetooth/
Dconn.h771 struct bt_conn_cb { struct
930 struct bt_conn_cb *_next; argument
939 void bt_conn_cb_register(struct bt_conn_cb *cb);
948 static const STRUCT_SECTION_ITERABLE(bt_conn_cb, \
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dconn.c84 static struct bt_conn_cb *callback_list;
1343 struct bt_conn_cb *cb; in notify_connected()
1351 STRUCT_SECTION_FOREACH(bt_conn_cb, cb) { in notify_connected()
1364 struct bt_conn_cb *cb; in notify_disconnected()
1372 STRUCT_SECTION_FOREACH(bt_conn_cb, cb) { in notify_disconnected()
1383 struct bt_conn_cb *cb; in notify_remote_info()
1398 STRUCT_SECTION_FOREACH(bt_conn_cb, cb) { in notify_remote_info()
1408 struct bt_conn_cb *cb; in notify_le_param_updated()
1429 STRUCT_SECTION_FOREACH(bt_conn_cb, cb) { in notify_le_param_updated()
1441 struct bt_conn_cb *cb; in notify_le_data_len_updated()
[all …]
/Zephyr-Core-2.7.6/doc/reference/bluetooth/
Dconnection_mgmt.rst19 :c:struct:`bt_conn_cb` struct using the :c:func:`bt_conn_cb_register`
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_past/src/
Dmain.c108 static struct bt_conn_cb conn_callbacks = {
/Zephyr-Core-2.7.6/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c233 static struct bt_conn_cb conn_callbacks = {
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c156 static struct bt_conn_cb conn_callbacks = {
/Zephyr-Core-2.7.6/subsys/mgmt/mcumgr/
Dsmp_bt.c305 static struct bt_conn_cb conn_callbacks = { in smp_bt_init()
/Zephyr-Core-2.7.6/samples/bluetooth/central_past/src/
Dmain.c178 static struct bt_conn_cb conn_callbacks = {
/Zephyr-Core-2.7.6/include/linker/
Dcommon-rom.ld119 ITERABLE_SECTION_ROM(bt_conn_cb, 4)
/Zephyr-Core-2.7.6/cmake/linker_script/common/
Dcommon-rom.cmake111 zephyr_iterable_section(NAME bt_conn_cb KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN 4)
/Zephyr-Core-2.7.6/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c417 static struct bt_conn_cb conn_callbacks = {
/Zephyr-Core-2.7.6/soc/xtensa/esp32/
Dlinker.ld285 Z_LINK_ITERABLE_ALIGNED(bt_conn_cb, 4)
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dgatt_services.c1206 static struct bt_conn_cb conn_callbacks = {
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dgap.c217 static struct bt_conn_cb conn_callbacks = {