Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DOobData.java231 private final byte[] mDeviceAddressWithType; field in OobData.LeBuilder
322 this.mDeviceAddressWithType = deviceAddressWithType; in LeBuilder()
421 new OobData(this.mDeviceAddressWithType, this.mLeDeviceRole, in build()
501 private final byte[] mDeviceAddressWithType; field in OobData.ClassicBuilder
554 this.mDeviceAddressWithType = deviceAddressWithType; in ClassicBuilder()
653 private final byte[] mDeviceAddressWithType; field in OobData
689 return mDeviceAddressWithType; in getDeviceAddressWithType()
829 mDeviceAddressWithType = deviceAddressWithType; in OobData()
839 mDeviceAddressWithType = deviceAddressWithType; in OobData()
847 mDeviceAddressWithType = in.createByteArray(); in OobData()
[all …]