Home
last modified time | relevance | path

Searched refs:cmd_ntf (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dmcs.c76 struct mpl_cmd_ntf cmd_ntf; member
656 const struct mpl_cmd_ntf cmd_ntf = { in write_control_point() local
663 notify(BT_UUID_MCS_MEDIA_CONTROL_POINT, &cmd_ntf, sizeof(cmd_ntf)); in write_control_point()
672 const struct mpl_cmd_ntf cmd_ntf = { in write_control_point() local
679 notify(BT_UUID_MCS_MEDIA_CONTROL_POINT, &cmd_ntf, sizeof(cmd_ntf)); in write_control_point()
1185 client->cmd_ntf.requested_opcode, client->cmd_ntf.result_code); in notify_cb()
1186 notify(BT_UUID_MCS_MEDIA_CONTROL_POINT, &client->cmd_ntf, sizeof(client->cmd_ntf)); in notify_cb()
1306 const struct mpl_cmd_ntf *cmd_ntf = data; in defer_media_control_point_ntf() local
1322 client->cmd_ntf = *cmd_ntf; in defer_media_control_point_ntf()
1328 void media_proxy_sctrl_command_cb(const struct mpl_cmd_ntf *cmd_ntf) in media_proxy_sctrl_command_cb() argument
[all …]
Dmedia_proxy_internal.h66 void (*command)(const struct mpl_cmd_ntf *cmd_ntf);
Dmedia_proxy.c757 mprx.mcc_cbs.cmd_ntf = mcc_cmd_ntf_cb; in media_proxy_ctrl_discover_player()
2112 void media_proxy_pl_command_cb(const struct mpl_cmd_ntf *cmd_ntf) in media_proxy_pl_command_cb() argument
2114 CHECKIF(cmd_ntf == NULL) { in media_proxy_pl_command_cb()
2119 mprx.sctrlr.cbs->command(cmd_ntf); in media_proxy_pl_command_cb()
2122 mprx.ctrlr.cbs->command_recv(&mprx.local_player, 0, cmd_ntf); in media_proxy_pl_command_cb()
Dmcc.c1129 if (mcc_cb && mcc_cb->cmd_ntf) { in mcs_notify_handler()
1130 mcc_cb->cmd_ntf(conn, cb_err, &ntf); in mcs_notify_handler()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcc.h595 bt_mcc_cmd_ntf_cb cmd_ntf; member
Dmedia_proxy.h1759 void media_proxy_pl_command_cb(const struct mpl_cmd_ntf *cmd_ntf);
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmedia_controller.c314 static void command_recv_cb(struct media_player *plr, int err, const struct mpl_cmd_ntf *cmd_ntf) in command_recv_cb() argument
322 plr, cmd_ntf->requested_opcode, cmd_ntf->result_code); in command_recv_cb()
Dmcc.c661 cb.cmd_ntf = mcc_cmd_ntf_cb; in cmd_mcc_init()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmedia_controller_test.c408 static void command_recv_cb(struct media_player *plr, int err, const struct mpl_cmd_ntf *cmd_ntf) in command_recv_cb() argument
420 g_command_result = cmd_ntf->result_code; in command_recv_cb()
Dmcc_test.c545 mcc_cb.cmd_ntf = mcc_cmd_ntf_cb; in do_mcc_init()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c644 .cmd_ntf = mcc_cmd_ntf_cb,