Searched refs:btif (Results 1 – 24 of 24) sorted by relevance
/system/bt/gd/rust/linux/adapter/src/ |
D | main.rs | 1 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/ |
D | Android.bp | 26 "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 …]
|
D | BUILD.gn | 17 static_library("btif") {
|
/system/bt/gd/rust/topshim/ |
D | BUILD.gn | 26 sources = [ "src/btif.rs" ] 32 sources = [ "src/btif.rs" ] 39 "btif/btif_shim.cc"
|
/system/bt/gd/rust/topshim/src/ |
D | lib.rs | 7 pub mod btif; module
|
/system/bt/gd/l2cap/fuzz/ |
D | Android.bp | 27 "system/bt/btif/include", 28 "system/bt/btif/co",
|
/system/bt/main/ |
D | Android.bp | 45 "system/bt/btif/include", 46 "system/bt/btif/co", 85 "system/bt/btif/include", 86 "system/bt/btif/co", 184 "system/bt/btif/include",
|
D | BUILD.gn | 74 "//bt/btif/include", 75 "//bt/btif/co", 89 "//bt/btif",
|
/system/bt/gd/rust/linux/stack/src/ |
D | lib.rs | 12 use bt_topshim::btif::ffi; 13 use bt_topshim::btif::BtState;
|
D | bluetooth.rs | 3 use bt_topshim::btif::ffi; 4 use bt_topshim::btif::{BluetoothCallbacks, BluetoothInterface, BtState};
|
D | bluetooth_gatt.rs | 3 use bt_topshim::btif::BluetoothInterface;
|
/system/bt/doc/ |
D | log_tags.md | 13 * BtGatt.btif
|
D | directory_layout.md | 15 * btif - *Bluetooth Interface* - JNI interface to Android.
|
/system/bt/audio_hal_interface/ |
D | BUILD.gn | 25 "//bt/btif/include",
|
D | Android.bp | 19 "system/bt/btif/include",
|
/system/bt/gd/rust/topshim/btif/ |
D | btif_shim.cc | 331 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/ |
D | Android.bp | 24 "system/bt/btif/avrcp", 25 "system/bt/btif/include", 224 "system/bt/btif/include",
|
D | BUILD.gn | 109 "//bt/btif/include", 110 "//bt/btif/avrcp",
|
/system/bt/ |
D | Android.bp | 37 "btif",
|
/system/bt/gd/rust/linux/service/src/ |
D | main.rs | 1 use bt_topshim::btif::BluetoothInterface;
|
/system/bt/main/shim/ |
D | BUILD.gn | 42 "//bt/btif/include",
|
/system/bt/hci/ |
D | Android.bp | 47 "system/bt/btif/include",
|
/system/bt/stack/ |
D | BUILD.gn | 49 "//bt/btif/include", 210 "//bt/btif/include",
|
D | Android.bp | 63 "system/bt/btif/include",
|