Loading system/main/shim/btm.cc +0 −20 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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 { Loading Loading
system/main/shim/btm.cc +0 −20 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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 { Loading