Searched refs:LeBuilder (Results 1 – 3 of 3) sorted by relevance
152 public static final class LeBuilder { class in OobData192 public LeBuilder setDeviceName(@NonNull byte[] deviceName) { in setDeviceName()272 public LeBuilder( in LeBuilder() method in OobData.LeBuilder311 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()
538 result.oobData = new OobData.LeBuilder(leScC, bdaddr, (int)(role & 0xFF)) in parseBleOob()
1201 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[]);