Searched refs:obj_created (Results  1 – 7 of 7) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/services/ots/ | 
| D | ots.c | 320 	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/ | 
| D | btp_mcp.h | 184 		uint16_t obj_created;  member
  | 
| /Zephyr-latest/tests/bluetooth/tester/src/ | 
| D | btp_ots.c | 275 	.obj_created = ots_obj_created,
  | 
| /Zephyr-latest/samples/bluetooth/peripheral_ots/src/ | 
| D | main.c | 213 	.obj_created = ots_obj_created,
  | 
| /Zephyr-latest/include/zephyr/bluetooth/services/ | 
| D | ots.h | 624 	int (*obj_created)(struct bt_ots *ots, struct bt_conn *conn, uint64_t id,  member
  | 
| /Zephyr-latest/tests/bluetooth/tester/src/audio/ | 
| D | btp_mcp.c | 73 		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/ | 
| D | mpl.c | 856 	.obj_created = on_obj_created,
  |