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

Commit 340f1d46 authored by Chris Manton's avatar Chris Manton
Browse files

Profusely Provide Proper Prototypes

Towards readable code

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I1e7e406efc87300271da9dafd42023ee281c8d7f
parent 187671df
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -118,7 +118,11 @@ const uint16_t BTM_EIR_UUID_LKUP_TBL[BTM_EIR_MAX_SERVICES] = {
/******************************************************************************/
/*            L O C A L    F U N C T I O N     P R O T O T Y P E S            */
/******************************************************************************/
void btm_clr_inq_db(const RawAddress* p_bda);
void btm_clr_inq_result_flt(void);
void btm_inq_rmt_name_failed_cancelled(void);
tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda, uint8_t origin,
                                  uint64_t timeout_ms, tBTM_CMPL_CB* p_cb);

static uint8_t btm_convert_uuid_to_eir_service(uint16_t uuid16);
void btm_set_eir_uuid(uint8_t* p_eir, tBTM_INQ_RESULTS* p_results);
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@

#define BTM_SEC_MAX_COLLISION_DELAY (5000)

void btm_inq_stop_on_ssp(void);
extern void btm_ble_advertiser_notify_terminated_legacy(
    uint8_t status, uint16_t connection_handle);
extern void bta_dm_remove_device(const RawAddress& bd_addr);