Home
last modified time | relevance | path

Searched refs:BT_UUID_TBS_SIGNAL_STRENGTH (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c799 err = notify(conn, BT_UUID_TBS_SIGNAL_STRENGTH, inst->attrs, &inst->signal_strength, in notify_handler_cb()
1833 BT_AUDIO_CHRC(BT_UUID_TBS_SIGNAL_STRENGTH, /* Optional */ \
1925 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_SIGNAL_STRENGTH, inst->attrs, &inst->signal_strength, in signal_interval_timeout()
Dtbs_client.c1616 } else if (bt_uuid_cmp(chrc->uuid, BT_UUID_TBS_SIGNAL_STRENGTH) == 0) { in discover_func()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4577 #define BT_UUID_TBS_SIGNAL_STRENGTH \ macro