HomeSort by relevance Sort by last modified time
    Searched refs:mBluetoothDeviceAddress (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 47 private String mBluetoothDeviceAddress;
219 if (mBluetoothDeviceAddress != null && address.equals(mBluetoothDeviceAddress)
239 mBluetoothDeviceAddress = address;
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 47 private String mBluetoothDeviceAddress;
219 if (mBluetoothDeviceAddress != null && address.equals(mBluetoothDeviceAddress)
239 mBluetoothDeviceAddress = address;
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 47 private String mBluetoothDeviceAddress;
219 if (mBluetoothDeviceAddress != null && address.equals(mBluetoothDeviceAddress)
239 mBluetoothDeviceAddress = address;

Completed in 185 milliseconds