Home
last modified time | relevance | path

Searched defs:OobData (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/pairing/
Doob_data.h32 OobData() {} in OobData() function
33 OobData(SimplePairingHash C, SimplePairingRandomizer R) : C_(C), R_(R) {} in OobData() function
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DOobData.java55 public final class OobData implements Parcelable { class
777 private OobData( in OobData() method in OobData
788 private OobData( in OobData() method in OobData
798 private OobData(Parcel in) { in OobData() method in OobData
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Doob_data.py18 class OobData: class
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Doob_data.py18 class OobData: class
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/security/
Doob_pairing_sl4a_test.py52 class OobData: class
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1028 pub type OobData = bindings::bt_oob_data_s; typedef