BEGIN_PUBLIC

Microsoft has updated the winrt library
END_PUBLC

PiperOrigin-RevId: 387168248
This commit is contained in:
hai007
2021-07-29 03:27:37 -07:00
committed by Janusz Sobczak
parent 09e65aeddb
commit b1815095dd
1579 changed files with 967 additions and 20157 deletions
+2 -4
View File
@@ -17,10 +17,10 @@
#include <string>
#include "absl/strings/string_view.h"
#include "platform/api/bluetooth_adapter.h"
#include "platform/api/bluetooth_classic.h"
#include "platform/api/platform.h"
#include "absl/strings/string_view.h"
namespace location {
namespace nearby {
@@ -98,9 +98,7 @@ class BluetoothAdapter final {
// Synchronously sets the scan mode of the adapter, and returns true if the
// operation was a success.
bool SetScanMode(ScanMode scan_mode) {
return impl_->SetScanMode(scan_mode);
}
bool SetScanMode(ScanMode scan_mode) { return impl_->SetScanMode(scan_mode); }
// https://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html#getName()
// Returns an empty string on error