Searched refs:read_current_group_obj_id (Results 1 – 8 of 8) sorted by relevance
568 bt_mcc_read_current_group_obj_id_cb read_current_group_obj_id; member
619 cb.read_current_group_obj_id = mcc_read_current_group_obj_id_cb; in cmd_mcc_init()1993 SHELL_CMD_ARG(read_current_group_obj_id, NULL,
1333 SHELL_CMD_ARG(read_current_group_obj_id, NULL,
259 uart:~$ mcc read_current_group_obj_id
537 mcc_cb.read_current_group_obj_id = mcc_read_current_group_obj_id_cb; in do_mcc_init()
650 .read_current_group_obj_id = mcc_read_current_group_obj_id_cb,
664 if (mcc_cb && mcc_cb->read_current_group_obj_id) { in mcc_current_group_obj_id_cb()665 mcc_cb->read_current_group_obj_id(conn, cb_err, id); in mcc_current_group_obj_id_cb()
740 mprx.mcc_cbs.read_current_group_obj_id = mcc_read_current_group_obj_id_cb; in media_proxy_ctrl_discover_player()