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.h29 OobData() {} in OobData() function
30 OobData(SimplePairingHash C, SimplePairingRandomizer R) : C_(C), R_(R) {} in OobData() function
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DOobData.java73 public final class OobData implements Parcelable { class
826 private OobData(@NonNull byte[] classicLength, @NonNull byte[] deviceAddressWithType, in OobData() method in OobData
837 private OobData(@NonNull byte[] deviceAddressWithType, @LeRole int leDeviceRole, in OobData() method in OobData
845 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.rs786 pub type OobData = bindings::bt_oob_data_s; typedef