Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DOobData.java152 public static final class LeBuilder { class in OobData
192 public LeBuilder setDeviceName(@NonNull byte[] deviceName) { in setDeviceName()
272 public LeBuilder( in LeBuilder() method in OobData.LeBuilder
311 public LeBuilder setLeTemporaryKey(@NonNull byte[] leTemporaryKey) { in setLeTemporaryKey()
331 public LeBuilder setRandomizerHash(@NonNull byte[] randomizerHash) { in setRandomizerHash()
359 public LeBuilder setLeFlags(@LeFlag int leFlags) { in setLeFlags()
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverDataParser.java538 result.oobData = new OobData.LeBuilder(leScC, bdaddr, (int)(role & 0xFF)) in parseBleOob()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt1201 public static final class OobData.LeBuilder {
1202 ctor public OobData.LeBuilder(@NonNull byte[], @NonNull byte[], int);
1204 method @NonNull public android.bluetooth.OobData.LeBuilder setDeviceName(@NonNull byte[]);
1205 method @NonNull public android.bluetooth.OobData.LeBuilder setLeFlags(int);
1206 method @NonNull public android.bluetooth.OobData.LeBuilder setLeTemporaryKey(@NonNull byte[]);
1207 method @NonNull public android.bluetooth.OobData.LeBuilder setRandomizerHash(@NonNull byte[]);