Searched refs:cmd_ntf (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | mcs.c | 76 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 …]
|
D | media_proxy_internal.h | 66 void (*command)(const struct mpl_cmd_ntf *cmd_ntf);
|
D | media_proxy.c | 757 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()
|
D | mcc.c | 1129 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/ |
D | mcc.h | 595 bt_mcc_cmd_ntf_cb cmd_ntf; member
|
D | media_proxy.h | 1759 void media_proxy_pl_command_cb(const struct mpl_cmd_ntf *cmd_ntf);
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | media_controller.c | 314 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()
|
D | mcc.c | 661 cb.cmd_ntf = mcc_cmd_ntf_cb; in cmd_mcc_init()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | media_controller_test.c | 408 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()
|
D | mcc_test.c | 545 mcc_cb.cmd_ntf = mcc_cmd_ntf_cb; in do_mcc_init()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_mcp.c | 644 .cmd_ntf = mcc_cmd_ntf_cb,
|