Home
last modified time | relevance | path

Searched refs:BT_UUID_MCS_SEARCH_CONTROL_POINT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dmcs.c748 notify(BT_UUID_MCS_SEARCH_CONTROL_POINT, &result_code, sizeof(result_code)); in write_search_control_point()
861 BT_AUDIO_CHRC(BT_UUID_MCS_SEARCH_CONTROL_POINT, \
1179 notify(BT_UUID_MCS_SEARCH_CONTROL_POINT, &result_code, sizeof(result_code)); in notify_cb()
Dmcc.c1947 } else if (!bt_uuid_cmp(chrc->uuid, BT_UUID_MCS_SEARCH_CONTROL_POINT)) { in discover_mcs_char_func()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4432 #define BT_UUID_MCS_SEARCH_CONTROL_POINT \ macro