Home
last modified time | relevance | path

Searched refs:BT_UUID_HAS_ACTIVE_PRESET_INDEX (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c510 if (!bt_uuid_cmp(params->uuid, BT_UUID_HAS_ACTIVE_PRESET_INDEX)) { in discover_active_preset_index_cb()
549 memcpy(&uuid, BT_UUID_HAS_ACTIVE_PRESET_INDEX, sizeof(uuid)); in discover_and_subscribe_active_preset_index()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c159 BT_AUDIO_CHRC(BT_UUID_HAS_ACTIVE_PRESET_INDEX, \
1802 BT_UUID_HAS_ACTIVE_PRESET_INDEX); in bt_has_register()
Dhas_client.c497 (void)memcpy(&inst->params.uuid, BT_UUID_HAS_ACTIVE_PRESET_INDEX, in active_index_read()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4910 #define BT_UUID_HAS_ACTIVE_PRESET_INDEX \ macro