HomeSort by relevance Sort by last modified time
    Searched full:mlesecureconnectionsconfirmation (Results 1 - 1 of 1) sorted by null

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

Completed in 518 milliseconds