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

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

add neighbor_inquiry API

Towards readable code

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I6a51831e104a57f1f28c0badd215da63edee6c67
parent ea0790bb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@

#include "osi/include/alarm.h"
#include "stack/include/btm_api_types.h"
#include "types/raw_address.h"

/* Discoverable modes */
#define BTM_NON_DISCOVERABLE 0
@@ -248,3 +249,6 @@ typedef union /* contains the inquiry filter condition */

#define BTM_INQ_RESULT_BR 0x01
#define BTM_INQ_RESULT_BLE 0x02

extern bool btm_inq_find_bdaddr(const RawAddress& p_bda);
extern tINQ_DB_ENT* btm_inq_db_find(const RawAddress& p_bda);