Home
last modified time | relevance | path

Searched refs:mcc_send_cmd_cb (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c385 static void mcc_send_cmd_cb(struct bt_conn *conn, int err, const struct mpl_cmd *cmd) in mcc_send_cmd_cb() function
635 cb.send_cmd = mcc_send_cmd_cb; in cmd_mcc_init()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c600 static void mcc_send_cmd_cb(struct bt_conn *conn, int err, const struct mpl_cmd *cmd) in mcc_send_cmd_cb() function
643 .send_cmd = mcc_send_cmd_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy.c555 static void mcc_send_cmd_cb(struct bt_conn *conn, int err, const struct mpl_cmd *cmd) in mcc_send_cmd_cb() function
755 mprx.mcc_cbs.send_cmd = mcc_send_cmd_cb; in media_proxy_ctrl_discover_player()