Searched refs:bt_ots_obj_delete (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/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 | 91 (void)bt_ots_obj_delete(ots, obj->id); in oacp_create_proc_validate() 98 (void)bt_ots_obj_delete(ots, obj->id); in oacp_create_proc_validate() 105 (void)bt_ots_obj_delete(ots, obj->id); in oacp_create_proc_validate() 155 err = bt_ots_obj_delete(ots, ots->cur_obj->id); in oacp_delete_proc_validate()
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/ |
D | ots.h | 786 int bt_ots_obj_delete(struct bt_ots *ots, uint64_t id);
|