Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DOobData.java33 private byte[] mLeSecureConnectionsConfirmation; field in OobData
63 return mLeSecureConnectionsConfirmation; in getLeSecureConnectionsConfirmation()
67 mLeSecureConnectionsConfirmation = leSecureConnectionsConfirmation; in setLeSecureConnectionsConfirmation()
84 mLeSecureConnectionsConfirmation = in.createByteArray(); in OobData()
97 out.writeByteArray(mLeSecureConnectionsConfirmation); in writeToParcel()