Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c575 if (!bt_uuid_cmp(params->uuid, BT_UUID_HAS_PRESET_CONTROL_POINT)) { in discover_control_point_cb()
614 memcpy(&uuid, BT_UUID_HAS_PRESET_CONTROL_POINT, sizeof(uuid)); in discover_and_subscribe_control_point()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c140 BT_AUDIO_CHRC(BT_UUID_HAS_PRESET_CONTROL_POINT, \
147 BT_AUDIO_CHRC(BT_UUID_HAS_PRESET_CONTROL_POINT, \
1798 BT_UUID_HAS_PRESET_CONTROL_POINT); in bt_has_register()
Dhas_client.c601 (void)memcpy(&inst->params.uuid, BT_UUID_HAS_PRESET_CONTROL_POINT, in control_point_discover()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4901 #define BT_UUID_HAS_PRESET_CONTROL_POINT \ macro