Searched refs:mLeAppearance (Results 1 – 1 of 1) sorted by relevance
235 private byte[] mLeAppearance = null; field in OobData.LeBuilder386 oob.mLeAppearance = in build()387 (this.mLeAppearance != null) ? this.mLeAppearance : oob.mLeAppearance; in build()650 private byte[] mLeAppearance = new byte[LE_APPEARANCE_OCTETS]; field in OobData739 return mLeAppearance; in getLeAppearance()812 mLeAppearance = in.createByteArray(); in OobData()847 out.writeByteArray(mLeAppearance); in writeToParcel()900 + toHexString(mLeAppearance) in toString()