Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_dir_list.c314 off_t rec_offset; in bt_ots_dir_list_content_get() local
327 rec_offset = dir_list->anchor_offset; in bt_ots_dir_list_content_get()
338 if (dir_list->net_buf.len - (offset - rec_offset) >= len) { in bt_ots_dir_list_content_get()
353 *data = dir_list->net_buf.data + (offset - rec_offset); in bt_ots_dir_list_content_get()
355 return MIN(len, dir_list->net_buf.len - (offset - rec_offset)); in bt_ots_dir_list_content_get()