Searched refs:toByteString (Results 1 – 8 of 8) sorted by relevance
45 EncryptedMessage.newBuilder().setCiphertext(envelope.toByteString()).build()); in encryptEnvelope()59 .setCiphertext(observation.getObservation().toByteString()) in encryptObservation()
73 bondedDevices.firstOrNull { it.toByteString() == request.public } in isBonded()75 bondedDevices.firstOrNull { it.toByteString() == request.random } in isBonded()
346 fun BluetoothDevice.toByteString() = in Intent() method355 val cookie = Any.newBuilder().setValue(internal_connection_ref.toByteString()).build() in Intent()
775 bluetoothDevice.toByteString() in scan()779 bluetoothDevice.toByteString() in scan()819 InquiryResponse.newBuilder().setAddress(bluetoothDevice.toByteString()).build() in inquiry()
266 val eventBuilder = PairingEvent.newBuilder().setAddress(device.toByteString()) in <lambda>()
90 return outputStream.toByteString().toByteArray(); in compressWithGzip()
144 .addExample(queryResult.toByteString()) in testRunFederatedAnalytics_returnSuccess()
651 return builder.build().toByteString(); in getPerfettoConfig()