Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DBLEMessageV1Factory.java117 static BLEMessage makeBLEMessage(byte[] payload, OperationType operation, in makeBLEMessage() method in BLEMessageV1Factory
145 bleMessages.add(makeBLEMessage(payload, operation, isPayloadEncrypted)); in makeBLEMessages()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DBleMessageStreamV1Test.java103 BLEMessage expectedMessage = BLEMessageV1Factory.makeBLEMessage( in writeMessage_noChunkingRequired_sendsCorrectMessage()
250 BLEMessage clientMessage = BLEMessageV1Factory.makeBLEMessage( in processClientMessage_noChunking_notifiesCallbackForCompleteMessage()