Lines Matching refs:hndl
137 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { in BTA_AvDeregister() argument
140 p_buf->layer_specific = hndl; in BTA_AvDeregister()
247 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) { in BTA_AvOffloadStart() argument
248 LOG_INFO("%s: bta_handle=0x%x", __func__, hndl); in BTA_AvOffloadStart()
253 p_buf->layer_specific = hndl; in BTA_AvOffloadStart()
267 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) { in BTA_AvOffloadStartRsp() argument
272 p_buf->hdr.layer_specific = hndl; in BTA_AvOffloadStartRsp()
318 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, in BTA_AvReconfig() argument
321 LOG_INFO("%s: bta_handle=0x%x suspend=%s sep_info_idx=%d", __func__, hndl, in BTA_AvReconfig()
327 p_buf->hdr.layer_specific = hndl; in BTA_AvReconfig()
349 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) { in BTA_AvProtectReq() argument
353 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectReq()
378 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, in BTA_AvProtectRsp() argument
383 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectRsp()