Home
last modified time | relevance | path

Searched refs:BT_UUID_CAS (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dcap_acceptor.c29 BT_GATT_PRIMARY_SERVICE(BT_UUID_CAS),
80 BT_GATT_PRIMARY_SERVICE(BT_UUID_CAS)
Dcap_common.c33 static const struct bt_uuid *cas_uuid = BT_UUID_CAS;
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_unicast.c589 if (bt_uuid_cmp(uuid, BT_UUID_CAS) != 0) { in check_audio_support_and_connect_cb()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcap_commander_test.c532 if (bt_uuid_cmp(uuid, BT_UUID_CAS) != 0) { in check_audio_support_and_connect_cb()
Dcap_initiator_unicast_test.c392 if (bt_uuid_cmp(uuid, BT_UUID_CAS) != 0) { in check_audio_support_and_connect_cb()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h796 #define BT_UUID_CAS \ macro