Home
last modified time | relevance | path

Searched refs:bt_gatt_cb (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dmain_reconfigure.c26 static struct bt_gatt_cb cb = {
/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/src/
Dperipheral_gatt_write.c48 static struct bt_gatt_cb gatt_callbacks = {
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dcentral_gatt_write.c78 static struct bt_gatt_cb gatt_callbacks = {
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dperipheral_mtu_update.c55 static struct bt_gatt_cb gatt_callbacks = {
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dmain.c45 static struct bt_gatt_cb gatt_callbacks = {
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h351 struct bt_gatt_cb { struct
558 void bt_gatt_cb_register(struct bt_gatt_cb *cb);
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c239 static struct bt_gatt_cb gatt_callbacks = {
/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};
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_assistant_test.c290 static struct bt_gatt_cb gatt_callbacks = {
Dbap_unicast_client_test.c377 static struct bt_gatt_cb gatt_callbacks = {
Dcap_commander_test.c256 static struct bt_gatt_cb gatt_callbacks = {
Dgmap_ugg_test.c384 static struct bt_gatt_cb gatt_callbacks = {
Dcap_initiator_unicast_test.c367 static struct bt_gatt_cb gatt_callbacks = {
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_unicast.c717 static struct bt_gatt_cb gatt_callbacks = { in init_cap_initiator()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c469 static struct bt_gatt_cb gatt_callbacks = {
/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};
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c1592 void bt_gatt_cb_register(struct bt_gatt_cb *cb) in bt_gatt_cb_register()
5968 struct bt_gatt_cb *cb; in bt_gatt_att_max_mtu_changed()