Searched refs:bt_ots_obj_delete (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/services/ots/ | 
| D | ots.c | 333 			(void)bt_ots_obj_delete(ots, new_obj->id);  in bt_ots_obj_add_internal() 340 			(void)bt_ots_obj_delete(ots, new_obj->id);  in bt_ots_obj_add_internal() 347 			(void)bt_ots_obj_delete(ots, new_obj->id);  in bt_ots_obj_add_internal() 379 		(void)bt_ots_obj_delete(ots, obj->id);  in bt_ots_obj_add() 386 		(void)bt_ots_obj_delete(ots, obj->id);  in bt_ots_obj_add() 393 int bt_ots_obj_delete(struct bt_ots *ots, uint64_t id)  in bt_ots_obj_delete()  function
  | 
| D | ots_oacp.c | 81 		(void)bt_ots_obj_delete(ots, obj->id);  in oacp_create_proc_validate() 88 		(void)bt_ots_obj_delete(ots, obj->id);  in oacp_create_proc_validate() 95 		(void)bt_ots_obj_delete(ots, obj->id);  in oacp_create_proc_validate() 145 	err = bt_ots_obj_delete(ots, ots->cur_obj->id);  in oacp_delete_proc_validate()
  | 
| /Zephyr-latest/include/zephyr/bluetooth/services/ | 
| D | ots.h | 786 int bt_ots_obj_delete(struct bt_ots *ots, uint64_t id);
  |