Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothUuidTest.java53 assertTrue(BluetoothUuid.is16BitUuid( in testUuidType()
58 assertFalse(BluetoothUuid.is16BitUuid( in testUuidType()
/frameworks/base/core/java/android/bluetooth/
DBluetoothUuid.java283 public static boolean is16BitUuid(ParcelUuid parcelUuid) { in is16BitUuid() method in BluetoothUuid
303 if (is16BitUuid(parcelUuid)) { in is32BitUuid()
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java183 if (BluetoothUuid.is16BitUuid(uuid)) { in totalBytes()