Home
last modified time | relevance | path

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

/system/bt/gd/rust/topshim/src/
Dlib.rs7 pub mod btif; module
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc331 auto btif = std::make_unique<BluetoothIntf>(); in Load() local