Searched refs:BT_UUID_PACS_SNK_LOC (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/tests/bluetooth/audio/pacs/src/ |
| D | main.c | 85 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK_LOC); in ZTEST() 115 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK_LOC); in ZTEST()
|
| /Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
| D | pacs_notify_server_test.c | 61 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK_LOC); in is_peer_subscribed()
|
| D | pacs_notify_client_test.c | 309 if (!bt_uuid_cmp(params->uuid, BT_UUID_PACS_SNK_LOC)) { in discover_snk_loc() 350 memcpy(&uuid, BT_UUID_PACS_SNK_LOC, sizeof(uuid)); in discover_and_subscribe_snk_loc()
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | pacs.c | 433 static const struct bt_uuid *pacs_snk_loc_uuid = BT_UUID_PACS_SNK_LOC; 647 BT_AUDIO_CHRC(BT_UUID_PACS_SNK_LOC, BT_PACS_SNK_LOC_PROP, BT_PACS_SNK_LOC_PERM, \
|
| D | bap_unicast_client.c | 86 static const struct bt_uuid *pacs_snk_loc_uuid = BT_UUID_PACS_SNK_LOC;
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | uuid.h | 4748 #define BT_UUID_PACS_SNK_LOC \ macro
|