Searched refs:UUID_BYTES_16_BIT (Results 1 – 7 of 7) sorted by relevance
186 public static final int UUID_BYTES_16_BIT = 2; field in BluetoothUuid262 if (length != UUID_BYTES_16_BIT && length != UUID_BYTES_32_BIT in parseUuidFrom()278 if (length == UUID_BYTES_16_BIT) { in parseUuidFrom()308 byte[] uuidBytes = new byte[UUID_BYTES_16_BIT]; in uuidToBytes()
112 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()156 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()181 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()
256 dataLength, BluetoothUuid.UUID_BYTES_16_BIT, serviceUuids); in parseFromBytes()270 BluetoothUuid.UUID_BYTES_16_BIT, serviceSolicitationUuids); in parseFromBytes()291 int serviceUuidLength = BluetoothUuid.UUID_BYTES_16_BIT; in parseFromBytes()
531 size += OVERHEAD_BYTES_PER_FIELD + num16BitUuids * BluetoothUuid.UUID_BYTES_16_BIT;558 size += OVERHEAD_BYTES_PER_FIELD + num16BitUuids * BluetoothUuid.UUID_BYTES_16_BIT;
591 uuidSize = BluetoothUuid.UUID_BYTES_16_BIT; in parseUuidFromBluetoothRecord()
2131 field public static final int UUID_BYTES_16_BIT = 2; // 0x2
10896 Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_16_BIT:I