Searched defs:OobData (Results 1 – 6 of 6) sorted by relevance
32 OobData() {} in OobData() function33 OobData(SimplePairingHash C, SimplePairingRandomizer R) : C_(C), R_(R) {} in OobData() function
55 public final class OobData implements Parcelable { class777 private OobData( in OobData() method in OobData788 private OobData( in OobData() method in OobData798 private OobData(Parcel in) { in OobData() method in OobData
18 class OobData: class
52 class OobData: class
1028 pub type OobData = bindings::bt_oob_data_s; typedef