Searched refs:obj_selected (Results  1 – 8 of 8) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/services/ots/ | 
| D | ots_olcp.c | 285 			if (ots->cb->obj_selected) {  in bt_gatt_ots_olcp_write() 286 				ots->cb->obj_selected(ots, conn, ots->cur_obj->id);  in bt_gatt_ots_olcp_write()
  | 
| D | ots_client.c | 287 	if (otc_inst->cb->obj_selected) {  in on_object_selected() 288 		otc_inst->cb->obj_selected(otc_inst, conn, res);  in on_object_selected()
  | 
| /Zephyr-latest/include/zephyr/bluetooth/services/ | 
| D | ots.h | 660 	void (*obj_selected)(struct bt_ots *ots, struct bt_conn *conn,  member 860 	void (*obj_selected)(struct bt_ots_client *ots_inst,  member
  | 
| /Zephyr-latest/samples/bluetooth/central_otc/src/ | 
| D | main.c | 633 	otc_cb.obj_selected = on_obj_selected;  in bt_otc_init() 639 	printk("Current object selected callback: %p\n", otc_cb.obj_selected);  in bt_otc_init()
  | 
| /Zephyr-latest/tests/bluetooth/tester/src/ | 
| D | btp_ots.c | 277 	.obj_selected = ots_obj_selected,
  | 
| /Zephyr-latest/samples/bluetooth/peripheral_ots/src/ | 
| D | main.c | 215 	.obj_selected = ots_obj_selected,
  | 
| /Zephyr-latest/subsys/bluetooth/audio/ | 
| D | mcc.c | 2070 	otc_cb.obj_selected      = on_obj_selected;  in bt_mcc_init() 2073 	LOG_DBG("Object selected callback: %p", otc_cb.obj_selected);  in bt_mcc_init()
  | 
| D | mpl.c | 858 	.obj_selected = on_obj_selected,
  |