Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/src/
Dperipheral_gatt_write.c48 static struct bt_gatt_cb gatt_callbacks = { variable
64 bt_gatt_cb_register(&gatt_callbacks); in peripheral_gatt_write()
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dcentral_gatt_write.c78 static struct bt_gatt_cb gatt_callbacks = { variable
93 bt_gatt_cb_register(&gatt_callbacks); in central_gatt_write()
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dperipheral_mtu_update.c55 static struct bt_gatt_cb gatt_callbacks = { variable
89 bt_gatt_cb_register(&gatt_callbacks); in run_peripheral_sample()
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dmain.c45 static struct bt_gatt_cb gatt_callbacks = { variable
80 bt_gatt_cb_register(&gatt_callbacks); in init()
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c239 static struct bt_gatt_cb gatt_callbacks = { variable
432 bt_gatt_cb_register(&gatt_callbacks); in main()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c128 static struct bt_gatt_cb gatt_callbacks = {.att_mtu_updated = mtu_updated}; variable
410 bt_gatt_cb_register(&gatt_callbacks); in test_peripheral_main()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_assistant_test.c290 static struct bt_gatt_cb gatt_callbacks = { variable
565 bt_gatt_cb_register(&gatt_callbacks); in common_init()
Dbap_unicast_client_test.c377 static struct bt_gatt_cb gatt_callbacks = { variable
488 bt_gatt_cb_register(&gatt_callbacks); in init()
Dcap_commander_test.c256 static struct bt_gatt_cb gatt_callbacks = { variable
591 bt_gatt_cb_register(&gatt_callbacks); in init()
Dgmap_ugg_test.c384 static struct bt_gatt_cb gatt_callbacks = { variable
445 bt_gatt_cb_register(&gatt_callbacks); in init()
Dcap_initiator_unicast_test.c367 static struct bt_gatt_cb gatt_callbacks = { variable
448 bt_gatt_cb_register(&gatt_callbacks); in init()
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_unicast.c717 static struct bt_gatt_cb gatt_callbacks = { in init_cap_initiator() local
739 bt_gatt_cb_register(&gatt_callbacks); in init_cap_initiator()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c469 static struct bt_gatt_cb gatt_callbacks = { variable
523 bt_gatt_cb_register(&gatt_callbacks); in init()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c504 static struct bt_gatt_cb gatt_callbacks = {.att_mtu_updated = mtu_updated}; variable
663 bt_gatt_cb_register(&gatt_callbacks); in test_central_main()