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

Commit cf8d68a5 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

main::shim::btm Remove unused device discovery decls am: 2d70da8e am: 57932ef8

parents c0579d26 57932ef8
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -49,8 +49,6 @@ static constexpr bool kPassiveScanning = false;

using BtmRemoteDeviceName = tBTM_REMOTE_DEV_NAME;

void btm_process_cancel_complete(tHCI_STATUS status, uint8_t mode);
void btm_process_inq_complete(tHCI_STATUS status, uint8_t result_type);
void btm_ble_process_adv_addr(RawAddress& raw_address,
                              tBLE_ADDR_TYPE* address_type);
void btm_ble_process_adv_pkt_cont(uint16_t event_type,
@@ -62,24 +60,6 @@ void btm_ble_process_adv_pkt_cont(uint16_t event_type,
                                  uint8_t data_len, const uint8_t* data,
                                  const RawAddress& original_bda);

void btm_api_process_inquiry_result(const RawAddress& raw_address,
                                    uint8_t page_scan_rep_mode,
                                    DEV_CLASS device_class,
                                    uint16_t clock_offset);

void btm_api_process_inquiry_result_with_rssi(RawAddress raw_address,
                                              uint8_t page_scan_rep_mode,
                                              DEV_CLASS device_class,
                                              uint16_t clock_offset,
                                              int8_t rssi);

void btm_api_process_extended_inquiry_result(RawAddress raw_address,
                                             uint8_t page_scan_rep_mode,
                                             DEV_CLASS device_class,
                                             uint16_t clock_offset, int8_t rssi,
                                             const uint8_t* eir_data,
                                             size_t eir_len);

namespace bluetooth {

namespace shim {