Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DOobData.java274 @NonNull byte[] deviceAddressWithType, in LeBuilder() argument
277 requireNonNull(deviceAddressWithType); in LeBuilder()
285 if (deviceAddressWithType.length != OobData.DEVICE_ADDRESS_OCTETS) { in LeBuilder()
291 this.mDeviceAddressWithType = deviceAddressWithType; in LeBuilder()
495 @NonNull byte[] deviceAddressWithType) { in ClassicBuilder() argument
498 requireNonNull(deviceAddressWithType); in ClassicBuilder()
511 if (deviceAddressWithType.length != DEVICE_ADDRESS_OCTETS) { in ClassicBuilder()
517 this.mDeviceAddressWithType = deviceAddressWithType; in ClassicBuilder()
779 @NonNull byte[] deviceAddressWithType, in OobData() argument
782 mDeviceAddressWithType = deviceAddressWithType; in OobData()
[all …]