Searched refs:mPeripheralManager (Results 1 – 1 of 1) sorted by relevance
79 private final CarBlePeripheralManager mPeripheralManager; field in ConnectedDeviceManager185 mPeripheralManager = peripheralManager; in ConnectedDeviceManager()187 mPeripheralManager.registerCallback(generateCarBleCallback(peripheralManager), in ConnectedDeviceManager()205 mPeripheralManager.start(); in start()215 mPeripheralManager.stop(); in reset()311 mPeripheralManager.connectToDevice(UUID.fromString(userDevice.getDeviceId()), in connectToActiveUserDeviceInternal()327 mPeripheralManager.startAssociation(getNameForAssociation(), in startAssociation()339 mPeripheralManager.stopAssociation(mInternalAssociationCallback); in stopAssociation()354 mPeripheralManager.notifyOutOfBandAccepted(); in notifyOutOfBandAccepted()616 if (bleManager == mPeripheralManager) { in removeConnectedDevice()[all …]