Searched refs:mCarTrustAgentBleManager (Results 1 – 3 of 3) sorted by relevance
129 private final CarTrustAgentBleManager mCarTrustAgentBleManager; field in CarTrustAgentUnlockService152 mCarTrustAgentBleManager = bleService; in CarTrustAgentUnlockService()208 mCarTrustAgentBleManager.startUnlockAdvertising(); in startUnlockAdvertising()217 mCarTrustAgentBleManager.stopUnlockAdvertising(); in stopUnlockAdvertising()220 mCarTrustAgentBleManager.disconnectRemoteDevice(); in stopUnlockAdvertising()227 mCarTrustAgentBleManager.setupUnlockBleServer(); in init()351 mCarTrustAgentBleManager.sendUnlockMessage(mRemoteUnlockDevice, ack, in sendAckToClient()379 mCarTrustAgentBleManager.sendUnlockMessage(mRemoteUnlockDevice, in processKeyExchangeHandshakeMessage()407 mCarTrustAgentBleManager.sendUnlockMessage(mRemoteUnlockDevice, in processKeyExchangeHandshakeMessage()483 mCarTrustAgentBleManager.sendUnlockMessage(mRemoteUnlockDevice, resumeBytes, in sendServerAuthToClient()[all …]
96 private CarTrustAgentBleManager mCarTrustAgentBleManager; field in CarTrustedDeviceService107 mCarTrustAgentBleManager = new CarTrustAgentBleManager(context); in CarTrustedDeviceService()109 mCarTrustAgentBleManager); in CarTrustedDeviceService()111 mCarTrustAgentBleManager); in CarTrustedDeviceService()122 mCarTrustAgentBleManager.cleanup(); in release()169 mCarTrustAgentBleManager.stopGattServer(); in cleanupBleService()170 mCarTrustAgentBleManager.stopEnrollmentAdvertising(); in cleanupBleService()171 mCarTrustAgentBleManager.stopUnlockAdvertising(); in cleanupBleService()
101 private final CarTrustAgentBleManager mCarTrustAgentBleManager; field in CarTrustAgentEnrollmentService142 mCarTrustAgentBleManager = bleService; in CarTrustAgentEnrollmentService()146 mCarTrustAgentBleManager.setupEnrollmentBleServer(); in init()187 mCarTrustAgentBleManager.startEnrollmentAdvertising(); in startEnrollmentAdvertising()198 mCarTrustAgentBleManager.stopEnrollmentAdvertising(); in stopEnrollmentAdvertising()215 mCarTrustAgentBleManager.disconnectRemoteDevice(); in enrollmentHandshakeAccepted()218 mCarTrustAgentBleManager.sendEnrollmentMessage(mRemoteEnrollmentDevice, CONFIRMATION_SIGNAL, in enrollmentHandshakeAccepted()232 mCarTrustAgentBleManager.disconnectRemoteDevice(); in terminateEnrollmentHandshake()513 mCarTrustAgentBleManager.sendEnrollmentMessage(mRemoteEnrollmentDevice, in onEscrowTokenActiveStateChanged()558 mCarTrustAgentBleManager.stopEnrollmentAdvertising(); in onRemoteDeviceConnected()[all …]