Searched defs:OobData (Results 1 – 6 of 6) sorted by relevance
29 OobData() {} in OobData() function30 OobData(SimplePairingHash C, SimplePairingRandomizer R) : C_(C), R_(R) {} in OobData() function
73 public final class OobData implements Parcelable { class826 private OobData(@NonNull byte[] classicLength, @NonNull byte[] deviceAddressWithType, in OobData() method in OobData837 private OobData(@NonNull byte[] deviceAddressWithType, @LeRole int leDeviceRole, in OobData() method in OobData845 private OobData(Parcel in) { in OobData() method in OobData
18 class OobData: class
52 class OobData: class
786 pub type OobData = bindings::bt_oob_data_s; typedef