Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_obj_manager_internal.h17 struct bt_gatt_ots_object **obj);
20 struct bt_gatt_ots_object **obj);
24 const struct bt_gatt_ots_object *cur_obj,
25 struct bt_gatt_ots_object **prev_obj);
29 const struct bt_gatt_ots_object *cur_obj,
30 struct bt_gatt_ots_object **next_obj);
34 struct bt_gatt_ots_object **obj);
37 struct bt_gatt_ots_object **obj);
39 int bt_gatt_ots_obj_manager_obj_delete(struct bt_gatt_ots_object *obj);
41 bool bt_gatt_ots_obj_manager_obj_contains(void *obj_manager, struct bt_gatt_ots_object *obj);
Dots_obj_manager.c24 struct bt_gatt_ots_object val;
62 struct bt_gatt_ots_object **obj) in bt_gatt_ots_obj_manager_first_obj_get()
81 struct bt_gatt_ots_object **obj) in bt_gatt_ots_obj_manager_last_obj_get()
100 const struct bt_gatt_ots_object *cur_obj, in bt_gatt_ots_obj_manager_prev_obj_get()
101 struct bt_gatt_ots_object **prev_obj) in bt_gatt_ots_obj_manager_prev_obj_get()
127 const struct bt_gatt_ots_object *cur_obj, in bt_gatt_ots_obj_manager_next_obj_get()
128 struct bt_gatt_ots_object **next_obj) in bt_gatt_ots_obj_manager_next_obj_get()
154 struct bt_gatt_ots_object **object) in bt_gatt_ots_obj_manager_obj_get()
183 struct bt_gatt_ots_object **object) in bt_gatt_ots_obj_manager_obj_add()
202 int bt_gatt_ots_obj_manager_obj_delete(struct bt_gatt_ots_object *obj) in bt_gatt_ots_obj_manager_obj_delete()
[all …]
Dots_dir_list_internal.h35 struct bt_gatt_ots_object *dir_list_obj;
37 struct bt_gatt_ots_object *anchor_object;
160 struct bt_gatt_ots_object *cur_obj);
Dots_internal.h114 struct bt_gatt_ots_object { struct
131 struct bt_gatt_ots_object *cur_obj; argument
143 struct bt_gatt_ots_object **obj);
Dots_dir_list.c25 static size_t dir_list_object_record_size(const struct bt_gatt_ots_object *obj) in dir_list_object_record_size()
69 static void dir_list_object_encode(const struct bt_gatt_ots_object *obj, in dir_list_object_encode()
139 struct bt_gatt_ots_object *obj = dir_list->anchor_object; 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()
238 struct bt_gatt_ots_object *obj; in dir_list_update_size()
258 struct bt_gatt_ots_object *cur_obj) in bt_ots_dir_list_selected()
273 struct bt_gatt_ots_object *dir_list_obj; in bt_ots_dir_list_init()
315 struct bt_gatt_ots_object *obj; in bt_ots_dir_list_content_get()
Dots_olcp.c44 struct bt_gatt_ots_object *first_obj; in olcp_first_proc_execute()
61 struct bt_gatt_ots_object *last_obj; in olcp_last_proc_execute()
78 struct bt_gatt_ots_object *prev_obj; in olcp_prev_proc_execute()
99 struct bt_gatt_ots_object *next_obj; in olcp_next_proc_execute()
120 struct bt_gatt_ots_object *id_obj; in olcp_goto_proc_execute()
241 struct bt_gatt_ots_object *old_obj; in bt_gatt_ots_olcp_write()
Dots.c157 struct bt_gatt_ots_object *obj = NULL; in ots_obj_name_write()
300 struct bt_gatt_ots_object **obj) in bt_ots_obj_add_internal()
303 struct bt_gatt_ots_object *new_obj; in bt_ots_obj_add_internal()
368 struct bt_gatt_ots_object *obj; in bt_ots_obj_add()
396 struct bt_gatt_ots_object *obj; in bt_ots_obj_delete()
597 struct bt_gatt_ots_object *obj; in ots_delete_empty_name_objects()
598 struct bt_gatt_ots_object *next_obj; in ots_delete_empty_name_objects()
Dots_oacp.c58 struct bt_gatt_ots_object *obj; in oacp_create_proc_validate()