Searched refs:rec_offset (Results 1 – 1 of 1) sorted by relevance
314 off_t rec_offset; in bt_ots_dir_list_content_get() local327 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()