Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots.c320 if (ots->cb->obj_created) { in bt_ots_obj_add_internal()
321 err = ots->cb->obj_created(ots, conn, new_obj->id, param, &created_desc); in bt_ots_obj_add_internal()
470 __ASSERT(ots_init->cb->obj_created || !BT_OTS_OACP_GET_FEAT_CREATE(ots_init->features.oacp), in bt_ots_init()
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_mcp.h184 uint16_t obj_created; member
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_ots.c275 .obj_created = ots_obj_created,
/Zephyr-latest/samples/bluetooth/peripheral_ots/src/
Dmain.c213 .obj_created = ots_obj_created,
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h624 int (*obj_created)(struct bt_ots *ots, struct bt_conn *conn, uint64_t id, member
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c73 uint16_t obj_created; member
140 ev.ots_handles.obj_created = sys_cpu_to_le16(svc_chrc_handles.ots_handles.obj_created); in btp_send_mcp_found_ev()
441 svc_chrc_handles.ots_handles.obj_created = mcc_inst->otc.obj_created_handle; in mcc_discover_cb()
/Zephyr-latest/subsys/bluetooth/audio/
Dmpl.c856 .obj_created = on_obj_created,