Home
last modified time | relevance | path

Searched defs:hci (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dhci_protocol.cc29 namespace hci { namespace
Dhci_packetizer.cc57 namespace hci { namespace
Dh4_protocol.cc30 namespace hci { namespace
Dmct_protocol.cc29 namespace hci { namespace
Dbluetooth_hci.cc36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient()
/hardware/interfaces/bluetooth/hci/
Dhci_packetizer.cc22 namespace android::hardware::bluetooth::hci { namespace
Dh4_protocol.cc29 namespace android::hardware::bluetooth::hci { namespace
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc39 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient()
/hardware/interfaces/bluetooth/aidl/default/
Dnet_bluetooth_mgmt.cpp266 int hci = waitHciDev(hci_interface); in openHci() local
DBluetoothHci.cpp68 BluetoothDeathRecipient(BluetoothHci* hci) : mHci(hci) {} in BluetoothDeathRecipient()
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp376 std::shared_ptr<IBluetoothHci> hci; member in BluetoothAidlTest