Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.cc76 int hci_interface = 0; in openBtHci() local
115 int BluetoothHci::waitHciDev(int hci_interface) { in waitHciDev()
/aosp12/system/bt/hci/src/
H A Dhci_inject.cc68 static bool hci_inject_open(const hci_t* hci_interface) { in hci_inject_open()
H A Dhci_layer_linux.cc101 static int hci_interface; variable
/aosp12/system/bt/gd/hal/
H A Dhci_hal_host.cc88 int waitHciDev(int hci_interface) { in waitHciDev()
180 int hci_interface = 0; // Assume we only have HCI 0 in ConnectToSocket() local
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_multi_adv.cc213 auto hci_interface = instance_weakptr.get()->GetHciInterface(); in ConfigureRpa() local
1006 BleAdvertiserHciInterface* hci_interface = nullptr; member in __anonac04e2a80110::BleAdvertisingManagerImpl
/aosp12/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/
H A Dstate_machine.rs271 hci_interface: i32, field
/aosp12/system/bt/device/src/
H A Dcontroller.cc846 const hci_t* hci_interface, in controller_get_test_interface()