Final implementation of all BluetoothAdapter methods

PiperOrigin-RevId: 393009194
This commit is contained in:
jfcarroll
2021-08-25 16:53:17 -07:00
committed by Copybara-Service
parent 62e7c01cd3
commit 81b72ab1bf
4 changed files with 172 additions and 37 deletions
@@ -75,9 +75,9 @@ class BluetoothAdapter : public api::BluetoothAdapter {
windows_bluetooth_adapter_;
IRadio windows_bluetooth_radio_;
char *GetGenericBluetoothAdapterInstanceID(void);
char *GetGenericBluetoothAdapterInstanceID(void) const;
void find_and_replace(char *source, const char *strFind,
const char *strReplace);
const char *strReplace) const;
ScanMode scan_mode_ = ScanMode::kNone;
};