mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Change GetAddress() to GetMacAddress() in BluetoothAdapter
PiperOrigin-RevId: 834896610
This commit is contained in:
committed by
Copybara-Service
parent
023db9bd33
commit
dd943af8e9
@@ -72,7 +72,7 @@ BluetoothDevice::BluetoothDevice(
|
||||
}
|
||||
|
||||
// Returns BT MAC address assigned to this device.
|
||||
MacAddress BluetoothDevice::GetAddress() const { return mac_address_; }
|
||||
MacAddress BluetoothDevice::GetMacAddress() const { return mac_address_; }
|
||||
|
||||
// Checks cache first, will check uncached if no result.
|
||||
RfcommDeviceService BluetoothDevice::GetRfcommServiceForIdAsync(
|
||||
|
||||
Reference in New Issue
Block a user