Home
last modified time | relevance | path

Searched defs:bt_ssp_variant_t (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc38 bt_ssp_variant_t /* pairing_variant */, in invoke_ssp_request_cb() argument
Dmock_btif_dm.cc154 bt_ssp_variant_t /* variant */, uint8_t /* accept */) { in btif_dm_ssp_reply() argument
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc152 bt_ssp_variant_t /* pairing_variant */, in ssp_request_callback() argument
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h490 } bt_ssp_variant_t; typedef
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs81 impl From<BtSspVariant> for bindings::bt_ssp_variant_t { implementation