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

Commit e7377410 authored by Mike J. Chen's avatar Mike J. Chen
Browse files

Fix warning "implicit declaration of function 'GAP_BleReadPeerPrefConnParams'"



Change-Id: I0e4e45d6f0ade8deb070e610baac2d1945ebc1a5
Signed-off-by: default avatarMike J. Chen <mjchen@google.com>
parent 72c1ae0b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -39,6 +39,10 @@
#include "utl.h"
#include <string.h>

#if (GAP_INCLUDED == TRUE)
#include "gap_api.h"
#endif

static void bta_dm_inq_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir);
static void bta_dm_inq_cmpl_cb (void * p_result);
static void bta_dm_service_search_remname_cback (BD_ADDR bd_addr, DEV_CLASS dc, BD_NAME bd_name);