Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c885 err = notify(conn, BT_UUID_TBS_INCOMING_CALL, inst->attrs, &inst->in_call, in notify_handler_cb()
1885 BT_AUDIO_CHRC(BT_UUID_TBS_INCOMING_CALL, BT_GATT_CHRC_READ | BT_GATT_CHRC_NOTIFY, \
2547 set_value_changed(inst, set_incoming_call_changed_cb, BT_UUID_TBS_INCOMING_CALL); in tbs_inst_remote_incoming()
Dtbs_client.c1681 } else if (bt_uuid_cmp(chrc->uuid, BT_UUID_TBS_INCOMING_CALL) == 0) { in discover_func()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4667 #define BT_UUID_TBS_INCOMING_CALL \ macro