Lines Matching refs:cmd_ntf
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
1331 bt_conn_foreach(BT_CONN_TYPE_LE, defer_media_control_point_ntf, (void *)cmd_ntf); in media_proxy_sctrl_command_cb()