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

Commit 08cf9267 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Properly include bta when BTA_PAN_INCLUDED != TRUE" am: 0e93d5c1

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1608299

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0d83d867c6c1a0984b880b03ecf1d21c24e752a9
parents aab13a5a 0e93d5c1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -164,6 +164,8 @@ void BTA_PanClose(uint16_t handle) {
  bta_sys_sendmsg(p_buf);
}
#else
#include "bta/pan/bta_pan_int.h"
#include "osi/include/osi.h"  // UNUSED_ATTR

void BTA_PanEnable(UNUSED_ATTR tBTA_PAN_CBACK p_cback) {}

+1 −0
Original line number Diff line number Diff line
@@ -224,6 +224,7 @@ void bta_pan_ci_set_pfilters(uint16_t handle, uint16_t num_filters,
  PAN_SetProtocolFilters(handle, num_filters, p_start_array, p_end_array);
}
#else
#include "osi/include/osi.h"  // UNUSED_ATTR

void bta_pan_ci_tx_ready(UNUSED_ATTR uint16_t handle) {}