mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Convert absl::string_view to const std::string&
PiperOrigin-RevId: 531634295
This commit is contained in:
committed by
Copybara-Service
parent
b9a4d98e25
commit
01c8e1ed05
@@ -145,7 +145,7 @@ class BleMedium : public api::ble_v2::BleMedium {
|
||||
CancellationFlag *cancellation_flag) override;
|
||||
bool IsExtendedAdvertisementsAvailable() override;
|
||||
|
||||
bool GetRemotePeripheral(absl::string_view mac_address,
|
||||
bool GetRemotePeripheral(const std::string& mac_address,
|
||||
GetRemotePeripheralCallback callback) override {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user