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

Commit 6dbed84e authored by Jakub Rotkiewicz's avatar Jakub Rotkiewicz
Browse files

bta_av: remove btif_ extern declarations

Bug: 329809288
Flag: EXEMPT - minor refactor
Test: mmm packages/modules/Bluetooth
Change-Id: I4d0632452e8a8c9f4a12378b77190b7290031713
parent 35b899d6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -209,7 +209,6 @@ tBTA_AV_SCB* bta_av_addr_to_scb(const RawAddress& bd_addr) {
  return p_scb;
}

extern const RawAddress& btif_av_find_by_handle(tBTA_AV_HNDL bta_handle);
int BTA_AvObtainPeerChannelIndex(const RawAddress& peer_address) {
  // Find the entry for the peer (if exists)
  tBTA_AV_SCB* p_scb = bta_av_addr_to_scb(peer_address);