Home
last modified time | relevance | path

Searched defs:btif (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dlib.rs17 pub mod btif; module
/packages/modules/Bluetooth/tools/bt-api-plumber/
Dbt-api-plumber-9000.sh515 function btif { function
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dsecurity_service.rs59 let btif = self.btif_intf.clone(); in create_bond() localVariable
/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/
Dbtav_sink_shim.cc67 std::unique_ptr<A2dpSinkIntf> GetA2dpSinkProfile(const unsigned char* btif) { in GetA2dpSinkProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc265 std::unique_ptr<A2dpIntf> GetA2dpProfile(const unsigned char* btif) { in GetA2dpProfile()
338 std::unique_ptr<AvrcpIntf> GetAvrcpProfile(const unsigned char* btif) { in GetAvrcpProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc334 std::unique_ptr<HfpIntf> GetHfpProfile(const unsigned char* btif) { in GetHfpProfile()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp169 const bt_interface_t* btif; in initNative() local