Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java67 private static final int UUID_LENGTH = 16; field in BluetoothPbapObexServer
192 if (uuid.length != UUID_LENGTH) { in onConnect()
196 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java55 private static final int UUID_LENGTH = 16; field in BluetoothMapObexServer
320 if (uuid.length != UUID_LENGTH) { in onConnect()
324 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()