Home
last modified time | relevance | path

Searched refs:mpl_cmd_ntf (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmedia_proxy.h73 struct mpl_cmd_ntf { struct
772 const struct mpl_cmd_ntf *result);
1759 void media_proxy_pl_command_cb(const struct mpl_cmd_ntf *cmd_ntf);
Dmcc.h333 typedef void (*bt_mcc_cmd_ntf_cb)(struct bt_conn *conn, int err, const struct mpl_cmd_ntf *ntf);
/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy_internal.h66 void (*command)(const struct mpl_cmd_ntf *cmd_ntf);
Dmcs.c76 struct mpl_cmd_ntf cmd_ntf;
656 const struct mpl_cmd_ntf cmd_ntf = { in write_control_point()
672 const struct mpl_cmd_ntf cmd_ntf = { in write_control_point()
1306 const struct mpl_cmd_ntf *cmd_ntf = data; 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()
Dmedia_proxy.c571 const struct mpl_cmd_ntf *ntf) in mcc_cmd_ntf_cb()
2112 void media_proxy_pl_command_cb(const struct mpl_cmd_ntf *cmd_ntf) in media_proxy_pl_command_cb()
Dmpl.c2193 struct mpl_cmd_ntf ntf; in send_command()
Dmcc.c1114 struct mpl_cmd_ntf ntf = {0}; in mcs_notify_handler()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c375 const struct mpl_cmd_ntf *ntf) in btp_send_command_notifications_ev()
614 static void mcc_cmd_ntf_cb(struct bt_conn *conn, int err, const struct mpl_cmd_ntf *ntf) in mcc_cmd_ntf_cb()
/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()
Dmcc_test.c362 static void mcc_cmd_ntf_cb(struct bt_conn *conn, int err, const struct mpl_cmd_ntf *ntf) in mcc_cmd_ntf_cb()
/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()
Dmcc.c404 const struct mpl_cmd_ntf *ntf) in mcc_cmd_ntf_cb()