Searched refs:BT_UUID_PACS_SNK (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/tests/bluetooth/audio/pacs/src/ |
| D | main.c | 77 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK); in ZTEST() 112 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK); in ZTEST()
|
| /Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
| D | pacs_notify_server_test.c | 53 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK); in is_peer_subscribed()
|
| D | pacs_notify_client_test.c | 443 if (!bt_uuid_cmp(params->uuid, BT_UUID_PACS_SNK)) { in discover_pacs_snk() 484 memcpy(&uuid, BT_UUID_PACS_SNK, sizeof(uuid)); in discover_and_subscribe_snk_pacs()
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | pacs.c | 410 static const struct bt_uuid *pacs_snk_uuid = BT_UUID_PACS_SNK; 625 BT_AUDIO_CHRC(BT_UUID_PACS_SNK, BT_PACS_SNK_PROP, BT_GATT_PERM_READ_ENCRYPT, snk_read, \
|
| D | bap_unicast_client.c | 83 static const struct bt_uuid *snk_uuid = BT_UUID_PACS_SNK;
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | uuid.h | 4739 #define BT_UUID_PACS_SNK \ macro
|