Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java147 String uuidStr = intent.getStringExtra(EXTRA_UUID); in getUuidExtra() local
148 if (uuidStr != null && uuidStr.length() == 4) { in getUuidExtra()
149 uuidStr = String.format("0000%s-0000-1000-8000-00805f9b34fb", uuidStr); in getUuidExtra()
151 return (uuidStr != null) ? UUID.fromString(uuidStr) : null; in getUuidExtra()