Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4880871 authored by Chris Manton's avatar Chris Manton
Browse files

Re-log bta/av/bta_av_api::BTA_AvStart

Towards loggable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: I31660bf8a839f30c7dcded3cca943f43f9ba2de2
parent 0c257df9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ void BTA_AvDisconnect(const RawAddress& bd_addr) {
 *
 ******************************************************************************/
void BTA_AvStart(tBTA_AV_HNDL handle) {
  LOG_INFO("%s: bta_handle=0x%x", __func__, handle);
  LOG_INFO("Starting audio/video stream data transfer bta_handle:%hhu", handle);

  BT_HDR* p_buf = (BT_HDR*)osi_malloc(sizeof(BT_HDR));