Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java313 private String mAdvMacAddress = null; field in GattClientListener.MyBleScanner
357 return mAdvMacAddress; in getAdvMacAddress()
369 if (mAdvMacAddress == null) { in onScanResult()
370 mAdvMacAddress = device.getAddress(); in onScanResult()
371 Log.d(TAG, "Bluetooth Address: " + mAdvMacAddress); in onScanResult()