Home
last modified time | relevance | path

Searched refs:btif (Results 1 – 24 of 24) sorted by relevance

/system/bt/gd/rust/linux/adapter/src/
Dmain.rs1 use bt_topshim::btif;
2 use bt_topshim::btif::{ffi, BluetoothCallbacks, BluetoothInterface};
18 AdapterStateChanged(btif::BtState),
22 DiscoveryStateChanged(btif::BtDiscoveryState),
89 if state == btif::BtState::On { in mainloop()
99 let proptype = match btif::BtPropertyType::from_i32(p.prop_type) { in mainloop()
101 None => btif::BtPropertyType::Unknown, in mainloop()
118 let proptype = match btif::BtPropertyType::from_i32(p.prop_type) { in mainloop()
120 None => btif::BtPropertyType::Unknown, in mainloop()
129 let proptype = match btif::BtPropertyType::from_i32(p.prop_type) { in mainloop()
[all …]
/system/bt/btif/
DAndroid.bp26 "system/bt/btif/avrcp",
27 "system/bt/btif/include",
28 "system/bt/btif/co",
141 // btif unit tests for target
197 // btif profile queue unit tests for target
220 // btif rc unit tests for target
256 // btif config cache unit tests for target
285 // btif hf client service tests for target
320 "system/bt/btif/avrcp",
321 "system/bt/btif/co",
[all …]
DBUILD.gn17 static_library("btif") {
/system/bt/gd/rust/topshim/
DBUILD.gn26 sources = [ "src/btif.rs" ]
32 sources = [ "src/btif.rs" ]
39 "btif/btif_shim.cc"
/system/bt/gd/rust/topshim/src/
Dlib.rs7 pub mod btif; module
/system/bt/gd/l2cap/fuzz/
DAndroid.bp27 "system/bt/btif/include",
28 "system/bt/btif/co",
/system/bt/main/
DAndroid.bp45 "system/bt/btif/include",
46 "system/bt/btif/co",
85 "system/bt/btif/include",
86 "system/bt/btif/co",
184 "system/bt/btif/include",
DBUILD.gn74 "//bt/btif/include",
75 "//bt/btif/co",
89 "//bt/btif",
/system/bt/gd/rust/linux/stack/src/
Dlib.rs12 use bt_topshim::btif::ffi;
13 use bt_topshim::btif::BtState;
Dbluetooth.rs3 use bt_topshim::btif::ffi;
4 use bt_topshim::btif::{BluetoothCallbacks, BluetoothInterface, BtState};
Dbluetooth_gatt.rs3 use bt_topshim::btif::BluetoothInterface;
/system/bt/doc/
Dlog_tags.md13 * BtGatt.btif
Ddirectory_layout.md15 * btif - *Bluetooth Interface* - JNI interface to Android.
/system/bt/audio_hal_interface/
DBUILD.gn25 "//bt/btif/include",
DAndroid.bp19 "system/bt/btif/include",
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc331 auto btif = std::make_unique<BluetoothIntf>(); in Load() local
332 internal::g_btif = btif.get(); in Load()
333 return btif; in Load()
/system/bt/bta/
DAndroid.bp24 "system/bt/btif/avrcp",
25 "system/bt/btif/include",
224 "system/bt/btif/include",
DBUILD.gn109 "//bt/btif/include",
110 "//bt/btif/avrcp",
/system/bt/
DAndroid.bp37 "btif",
/system/bt/gd/rust/linux/service/src/
Dmain.rs1 use bt_topshim::btif::BluetoothInterface;
/system/bt/main/shim/
DBUILD.gn42 "//bt/btif/include",
/system/bt/hci/
DAndroid.bp47 "system/bt/btif/include",
/system/bt/stack/
DBUILD.gn49 "//bt/btif/include",
210 "//bt/btif/include",
DAndroid.bp63 "system/bt/btif/include",