Home
last modified time | relevance | path

Searched refs:mCarTrustAgentBleManager (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustedDeviceService.java49 private CarTrustAgentBleManager mCarTrustAgentBleManager; field in CarTrustedDeviceService
54 mCarTrustAgentBleManager = new CarTrustAgentBleManager(context, blePeripheralManager); in CarTrustedDeviceService()
56 mCarTrustAgentBleManager); in CarTrustedDeviceService()
58 mCarTrustAgentBleManager); in CarTrustedDeviceService()
65 mCarTrustAgentBleManager.addBleEventCallback(this); in init()
70 mCarTrustAgentBleManager.cleanup(); in release()
115 mCarTrustAgentBleManager.stopGattServer(); in cleanupBleService()
116 mCarTrustAgentBleManager.stopEnrollmentAdvertising(); in cleanupBleService()
117 mCarTrustAgentBleManager.stopUnlockAdvertising(); in cleanupBleService()
DCarTrustAgentUnlockService.java124 private final CarTrustAgentBleManager mCarTrustAgentBleManager; field in CarTrustAgentUnlockService
145 mCarTrustAgentBleManager = bleService; in CarTrustAgentUnlockService()
149 mSendMessageCallback = () -> mCarTrustAgentBleManager.disconnectRemoteDevice(); in CarTrustAgentUnlockService()
206 mCarTrustAgentBleManager.setUniqueId(mCarCompanionDeviceStorage.getUniqueId()); in startUnlockAdvertising()
207 mCarTrustAgentBleManager.startUnlockAdvertising(); in startUnlockAdvertising()
216 mCarTrustAgentBleManager.stopUnlockAdvertising(); in stopUnlockAdvertising()
219 mCarTrustAgentBleManager.disconnectRemoteDevice(); in stopUnlockAdvertising()
226 mCarTrustAgentBleManager.setupUnlockBleServer(); in init()
227 mCarTrustAgentBleManager.addDataReceivedListener(mUnlockClientWriteUuid, in init()
336 mCarTrustAgentBleManager.sendMessage(ack, in sendAckToClient()
[all …]
DCarTrustAgentEnrollmentService.java128 private final CarTrustAgentBleManager mCarTrustAgentBleManager; field in CarTrustAgentEnrollmentService
172 mCarTrustAgentBleManager = bleService; in CarTrustAgentEnrollmentService()
179 mCarTrustAgentBleManager.setupEnrollmentBleServer(); in init()
180 mCarTrustAgentBleManager.addDataReceivedListener(mEnrollmentClientWriteUuid, in init()
224 mCarTrustAgentBleManager.startEnrollmentAdvertising(getEnrollmentDeviceName(), in startEnrollmentAdvertising()
254 mCarTrustAgentBleManager.stopEnrollmentAdvertising(); in stopEnrollmentAdvertising()
273 mCarTrustAgentBleManager.disconnectRemoteDevice(); in enrollmentHandshakeAccepted()
276 mCarTrustAgentBleManager.sendMessage(CONFIRMATION_SIGNAL, in enrollmentHandshakeAccepted()
293 mCarTrustAgentBleManager.disconnectRemoteDevice(); in terminateEnrollmentHandshake()
589 mCarTrustAgentBleManager.sendMessage( in onEscrowTokenActiveStateChanged()
[all …]