Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java52 public static final String EXTRAS_DEVICE_ADDRESS = "DEVICE_ADDRESS"; field in DeviceControlActivity
162 mDeviceAddress = intent.getStringExtra(EXTRAS_DEVICE_ADDRESS); in onCreate()
DDeviceScanActivity.java153 intent.putExtra(DeviceControlActivity.EXTRAS_DEVICE_ADDRESS, device.getAddress()); in onListItemClick()