Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/pacs/src/
Dmain.c93 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC); in ZTEST()
118 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC); in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dpacs_notify_server_test.c69 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC); in is_peer_subscribed()
Dpacs_notify_client_test.c376 if (!bt_uuid_cmp(params->uuid, BT_UUID_PACS_SRC)) { in discover_pacs_src()
417 memcpy(&uuid, BT_UUID_PACS_SRC, sizeof(uuid)); in discover_and_subscribe_src_pacs()
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c517 static const struct bt_uuid *pacs_src_uuid = BT_UUID_PACS_SRC;
665 BT_AUDIO_CHRC(BT_UUID_PACS_SRC, BT_PACS_SRC_PROP, BT_GATT_PERM_READ_ENCRYPT, src_read, \
Dbap_unicast_client.c84 static const struct bt_uuid *src_uuid = BT_UUID_PACS_SRC;
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4757 #define BT_UUID_PACS_SRC \ macro