Lines Matching defs:ots
124 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_feature_read() local
136 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_name_read() local
156 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_name_write() local
213 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_type_read() local
242 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_size_read() local
260 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_id_read() local
284 struct bt_ots *ots = (struct bt_ots *) attr->user_data; in ots_obj_prop_read() local
298 int bt_ots_obj_add_internal(struct bt_ots *ots, struct bt_conn *conn, in bt_ots_obj_add_internal()
364 int bt_ots_obj_add(struct bt_ots *ots, const struct bt_ots_obj_add_param *param) in bt_ots_obj_add()
393 int bt_ots_obj_delete(struct bt_ots *ots, uint64_t id) in bt_ots_obj_delete()
439 void *bt_ots_svc_decl_get(struct bt_ots *ots) in bt_ots_svc_decl_get()
448 struct bt_ots *ots = CONTAINER_OF(ind, struct bt_ots, oacp_ind); in oacp_indicate_work_handler() local
456 struct bt_ots *ots = CONTAINER_OF(ind, struct bt_ots, olcp_ind); in olcp_indicate_work_handler() local
461 int bt_ots_init(struct bt_ots *ots, in bt_ots_init()
594 static void ots_delete_empty_name_objects(struct bt_ots *ots, struct bt_conn *conn) in ots_delete_empty_name_objects()