Searched refs:mpl_cmd_ntf (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | media_proxy.h | 73 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);
|
D | mcc.h | 333 typedef void (*bt_mcc_cmd_ntf_cb)(struct bt_conn *conn, int err, const struct mpl_cmd_ntf *ntf);
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | media_proxy_internal.h | 66 void (*command)(const struct mpl_cmd_ntf *cmd_ntf);
|
D | mcs.c | 76 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()
|
D | media_proxy.c | 571 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()
|
D | mpl.c | 2193 struct mpl_cmd_ntf ntf; in send_command()
|
D | mcc.c | 1114 struct mpl_cmd_ntf ntf = {0}; in mcs_notify_handler()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_mcp.c | 375 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/ |
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()
|
D | mcc_test.c | 362 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/ |
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()
|
D | mcc.c | 404 const struct mpl_cmd_ntf *ntf) in mcc_cmd_ntf_cb()
|