Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dmcs.c797 uint8_t search_id_le[BT_OTS_OBJ_ID_SIZE]; in read_search_results_id() local
799 sys_put_le48(search_id, search_id_le); in read_search_results_id()
802 &search_id_le, sizeof(search_id_le)); in read_search_results_id()
1167 uint8_t search_id_le[BT_OTS_OBJ_ID_SIZE]; in notify_cb() local
1169 sys_put_le48(search_id, search_id_le); in notify_cb()
1172 notify(BT_UUID_MCS_SEARCH_RESULTS_OBJ_ID, &search_id_le, sizeof(search_id_le)); in notify_cb()