Searched refs:anchor_object (Results 1 – 2 of 2) sorted by relevance
131 (void)bt_gatt_ots_obj_manager_first_obj_get(obj_manager, &dir_list->anchor_object); in bt_ots_dir_list_reset_anchor()139 struct bt_gatt_ots_object *obj = dir_list->anchor_object; in bt_ots_dir_list_search_forward()154 dir_list->anchor_object = obj; in bt_ots_dir_list_search_forward()167 struct bt_gatt_ots_object *obj = dir_list->anchor_object; in bt_ots_dir_list_search_backward()181 dir_list->anchor_object = obj; in bt_ots_dir_list_search_backward()207 bt_gatt_ots_obj_manager_last_obj_get(obj_manager, &dir_list->anchor_object); in bt_ots_dir_list_search()208 rec_len = dir_list_object_record_size(dir_list->anchor_object); in bt_ots_dir_list_search()229 bt_ots_obj_id_to_str(dir_list->anchor_object->id, id_str, sizeof(id_str)); in bt_ots_dir_list_search()326 obj = dir_list->anchor_object; in bt_ots_dir_list_content_get()335 dir_list->anchor_object = obj; in bt_ots_dir_list_content_get()
37 struct bt_gatt_ots_object *anchor_object; member