Searched refs:BT_UUID_PACS_SRC_LOC (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/pacs/src/ |
D | main.c | 101 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC_LOC); in ZTEST() 121 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC_LOC); in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | pacs_notify_server_test.c | 77 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC_LOC); in is_peer_subscribed()
|
D | pacs_notify_client_test.c | 242 if (!bt_uuid_cmp(params->uuid, BT_UUID_PACS_SRC_LOC)) { in discover_src_loc() 283 memcpy(&uuid, BT_UUID_PACS_SRC_LOC, sizeof(uuid)); in discover_and_subscribe_src_loc()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | pacs.c | 540 static const struct bt_uuid *pacs_src_loc_uuid = BT_UUID_PACS_SRC_LOC; 687 BT_AUDIO_CHRC(BT_UUID_PACS_SRC_LOC, BT_PACS_SRC_LOC_PROP, BT_PACS_SRC_LOC_PERM, \
|
D | bap_unicast_client.c | 87 static const struct bt_uuid *pacs_src_loc_uuid = BT_UUID_PACS_SRC_LOC;
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | uuid.h | 4766 #define BT_UUID_PACS_SRC_LOC \ macro
|