Searched refs:BT_UUID_PACS_SUPPORTED_CONTEXT (Results 1 – 5 of 5) sorted by relevance
93 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SUPPORTED_CONTEXT); in is_peer_subscribed()
108 if (!bt_uuid_cmp(params->uuid, BT_UUID_PACS_SUPPORTED_CONTEXT)) { in discover_supported_contexts()149 memcpy(&uuid, BT_UUID_PACS_SUPPORTED_CONTEXT, sizeof(uuid)); in discover_and_subscribe_supported_contexts()
653 BT_AUDIO_CHRC(BT_UUID_PACS_SUPPORTED_CONTEXT, \789 err = pacs_gatt_notify(conn, BT_UUID_PACS_SUPPORTED_CONTEXT, pacs_svc.attrs, in supported_contexts_notify()
85 static const struct bt_uuid *pacs_context_uuid = BT_UUID_PACS_SUPPORTED_CONTEXT;
4784 #define BT_UUID_PACS_SUPPORTED_CONTEXT \ macro