Lines Matching refs:hndl
134 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { in BTA_AvDeregister() argument
137 p_buf->layer_specific = hndl; in BTA_AvDeregister()
233 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) { in BTA_AvOffloadStart() argument
237 p_buf->layer_specific = hndl; in BTA_AvOffloadStart()
251 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) { in BTA_AvOffloadStartRsp() argument
256 p_buf->hdr.layer_specific = hndl; in BTA_AvOffloadStartRsp()
298 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, in BTA_AvReconfig() argument
304 p_buf->hdr.layer_specific = hndl; in BTA_AvReconfig()
326 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) { in BTA_AvProtectReq() argument
330 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectReq()
355 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, in BTA_AvProtectRsp() argument
360 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectRsp()