Home
last modified time | relevance | path

Searched refs:BT_UUID_BASS (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/
Dmain.c129 if (bt_uuid_cmp(uuid, BT_UUID_BASS) == 0) { in device_found()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c1047 (void)memcpy(&uuid, BT_UUID_BASS, sizeof(uuid)); in bt_bap_broadcast_assistant_discover()
Dbap_scan_delegator.c1129 BT_GATT_PRIMARY_SERVICE(BT_UUID_BASS),
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h760 #define BT_UUID_BASS \ macro