Searched refs:mAdvMacAddress (Results 1 – 1 of 1) sorted by relevance
313 private String mAdvMacAddress = null; field in GattClientListener.MyBleScanner357 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()