Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c491 err = bt_gatt_notify_uuid(NULL, BT_UUID_TBS_CALL_STATE, inst->attrs, read_buf.data, in inst_notify_calls()
1440 BT_AUDIO_CHRC(BT_UUID_TBS_CALL_STATE, BT_GATT_CHRC_READ | BT_GATT_CHRC_NOTIFY, \
Dtbs_client.c1581 if (bt_uuid_cmp(chrc->uuid, BT_UUID_TBS_CALL_STATE) == 0) { in discover_func()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4631 #define BT_UUID_TBS_CALL_STATE \ macro