Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DOobData.java312 requireNonNull(deviceAddressWithType); in LeBuilder()
318 if (deviceAddressWithType.length != OobData.DEVICE_ADDRESS_OCTETS) { in LeBuilder()
322 this.mDeviceAddressWithType = deviceAddressWithType; in LeBuilder()
536 @NonNull byte[] deviceAddressWithType) { in ClassicBuilder() argument
539 requireNonNull(deviceAddressWithType); in ClassicBuilder()
550 if (deviceAddressWithType.length != DEVICE_ADDRESS_OCTETS) { in ClassicBuilder()
554 this.mDeviceAddressWithType = deviceAddressWithType; in ClassicBuilder()
826 private OobData(@NonNull byte[] classicLength, @NonNull byte[] deviceAddressWithType, in OobData() argument
829 mDeviceAddressWithType = deviceAddressWithType; in OobData()
837 private OobData(@NonNull byte[] deviceAddressWithType, @LeRole int leDeviceRole, in OobData() argument
[all …]