Home
last modified time | relevance | path

Searched refs:mBluetoothDeviceAddress (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java47 private String mBluetoothDeviceAddress; field in BluetoothLeService
219 if (mBluetoothDeviceAddress != null && address.equals(mBluetoothDeviceAddress) in connect()
239 mBluetoothDeviceAddress = address; in connect()