Loading system/main/shim/le_scanning_manager.cc +5 −5 Original line number Diff line number Diff line Loading @@ -494,6 +494,11 @@ bool BleScannerInterfaceImpl::parse_filter_command( void BleScannerInterfaceImpl::handle_remote_properties( RawAddress bd_addr, tBLE_ADDR_TYPE addr_type, std::vector<uint8_t> advertising_data) { if (!bluetooth::shim::is_gd_stack_started_up()) { LOG_WARN("Gd stack is stopped, return"); return; } // skip anonymous advertisment if (addr_type == BLE_ADDR_ANONYMOUS) { return; Loading Loading @@ -541,11 +546,6 @@ void BleScannerInterfaceImpl::handle_remote_properties( } } } if (!bluetooth::shim::is_gd_stack_started_up()) { LOG_WARN("Gd stack is stopped, return"); return; } auto* storage_module = bluetooth::shim::GetStorage(); bluetooth::hci::Address address = ToGdAddress(bd_addr); Loading Loading
system/main/shim/le_scanning_manager.cc +5 −5 Original line number Diff line number Diff line Loading @@ -494,6 +494,11 @@ bool BleScannerInterfaceImpl::parse_filter_command( void BleScannerInterfaceImpl::handle_remote_properties( RawAddress bd_addr, tBLE_ADDR_TYPE addr_type, std::vector<uint8_t> advertising_data) { if (!bluetooth::shim::is_gd_stack_started_up()) { LOG_WARN("Gd stack is stopped, return"); return; } // skip anonymous advertisment if (addr_type == BLE_ADDR_ANONYMOUS) { return; Loading Loading @@ -541,11 +546,6 @@ void BleScannerInterfaceImpl::handle_remote_properties( } } } if (!bluetooth::shim::is_gd_stack_started_up()) { LOG_WARN("Gd stack is stopped, return"); return; } auto* storage_module = bluetooth::shim::GetStorage(); bluetooth::hci::Address address = ToGdAddress(bd_addr); Loading