Lines Matching refs:rc_handle
397 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd() argument
403 p_buf->hdr.layer_specific = rc_handle; in BTA_AvRemoteCmd()
424 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label, in BTA_AvRemoteVendorUniqueCmd() argument
432 p_buf->hdr.layer_specific = rc_handle; in BTA_AvRemoteVendorUniqueCmd()
456 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() argument
462 p_buf->hdr.layer_specific = rc_handle; in BTA_AvVendorCmd()
491 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() argument
497 p_buf->hdr.layer_specific = rc_handle; in BTA_AvVendorRsp()
546 void BTA_AvCloseRc(uint8_t rc_handle) { in BTA_AvCloseRc() argument
551 p_buf->hdr.layer_specific = rc_handle; in BTA_AvCloseRc()
569 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument
575 p_buf->hdr.layer_specific = rc_handle; in BTA_AvMetaRsp()
601 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd() argument
607 p_buf->hdr.layer_specific = rc_handle; in BTA_AvMetaCmd()