Searched refs:UUID_BYTES_16_BIT (Results 1 – 7 of 7) sorted by relevance
370 @SystemApi public static final int UUID_BYTES_16_BIT = 2; field in BluetoothUuid439 if (length != UUID_BYTES_16_BIT in parseUuidFrom()456 if (length == UUID_BYTES_16_BIT) { in parseUuidFrom()485 byte[] uuidBytes = new byte[UUID_BYTES_16_BIT]; in uuidToBytes()
115 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()162 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()189 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()
565 BluetoothUuid.UUID_BYTES_16_BIT, in parseFromBytes()591 BluetoothUuid.UUID_BYTES_16_BIT, in parseFromBytes()620 int serviceUuidLength = BluetoothUuid.UUID_BYTES_16_BIT; in parseFromBytes()
667 size += OVERHEAD_BYTES_PER_FIELD + num16BitUuids * BluetoothUuid.UUID_BYTES_16_BIT;695 size += OVERHEAD_BYTES_PER_FIELD + num16BitUuids * BluetoothUuid.UUID_BYTES_16_BIT;
590 uuidSize = BluetoothUuid.UUID_BYTES_16_BIT; in parseUuidFromBluetoothRecord()
1109 field public static final int UUID_BYTES_16_BIT = 2; // 0x2
1089 Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_16_BIT:I