BTA_AvMetaCmd() function
* Function BTA_AvMetaCmd * Description Send a Metadata/Advanced Control command. The message contained * in p_pkt can be composed with AVRC utility functions. * This function can only be used if AV is enabled with feature * BTA_AV_FEAT_METADATA. * This message is sent only when the peer supports the TG role. 8 The only command makes sense right now is the absolute volume command. * Returns void
![]()
void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt)![]()
void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt);![]()
BTA_AvMetaCmd(btc_rc_cb.rc_handle, tl, BTA_AV_CMD_CTRL, p_msg);![]()
BTA_AvMetaCmd(btc_rc_cb.rc_handle, tl, AVRC_CMD_STATUS, p_msg);![]()
BTA_AvMetaCmd(btc_rc_cb.rc_handle, tl, AVRC_CMD_NOTIF, p_msg);![]()
BTA_AvMetaCmd(btc_rc_cb.rc_handle, tl, AVRC_CMD_CTRL, p_msg);![]()
BTA_AvMetaCmd(btc_rc_cb.rc_handle, tl, AVRC_CMD_STATUS, p_msg);
BTA_AvMetaCmd() is called by 5 functions and calls 2 functions:
![]()
BTA_AvMetaCmd()
BTA_AvMetaCmd() reads 2 variables and writes 6 variables:
![]()
BTA_AvMetaCmd()