Searched defs:hci (Results 1 – 11 of 11) sorted by relevance
29 namespace hci { namespace
57 namespace hci { namespace
30 namespace hci { namespace
36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient()
22 namespace android::hardware::bluetooth::hci { namespace
29 namespace android::hardware::bluetooth::hci { namespace
39 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient()
266 int hci = waitHciDev(hci_interface); in openHci() local
68 BluetoothDeathRecipient(BluetoothHci* hci) : mHci(hci) {} in BluetoothDeathRecipient()
376 std::shared_ptr<IBluetoothHci> hci; member in BluetoothAidlTest