Searched refs:secureChannel (Results 1 – 1 of 1) sorted by relevance
302 SecureBleChannel secureChannel = getConnectedDevice().mSecureChannel; in notifyOutOfBandAccepted() local303 if (secureChannel == null) { in notifyOutOfBandAccepted()309 secureChannel.notifyOutOfBandAccepted(); in notifyOutOfBandAccepted()379 SecureBleChannel secureChannel = new SecureBleChannel(secureStream, mStorage, isReconnect, in addConnectedDevice() local381 secureChannel.registerCallback(mSecureChannelCallback); in addConnectedDevice()383 bleDevice.mSecureChannel = secureChannel; in addConnectedDevice()