Home
last modified time | relevance | path

Searched refs:obj_created (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots.c320 if (ots->cb->obj_created) { in bt_ots_obj_add_internal()
321 err = ots->cb->obj_created(ots, NULL, new_obj->id, param, &created_desc); in bt_ots_obj_add_internal()
454 __ASSERT(ots_init->cb->obj_created, in bt_ots_init()
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_ots/src/
Dmain.c212 .obj_created = ots_obj_created,
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/
Dots.h624 int (*obj_created)(struct bt_ots *ots, struct bt_conn *conn, uint64_t id, member
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dmpl.c866 .obj_created = on_obj_created,