Home
last modified time | relevance | path

Searched refs:hci_channels_t (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dmct_protocol.cpp48 return Write(hciFds_[hci_channels_t::HCI_CMD], &type, sizeof(type)); in SendPacket()
50 return Write(hciFds_[hci_channels_t::HCI_ACL_OUT], &type, sizeof(type)); in SendPacket()
H A Dohos_bt_vendor_lib.h34 } hci_channels_t; typedef
H A Dvendor_interface.cpp79 …channel[hci_channels_t::HCI_ACL_IN], std::bind(&Hci::MctProtocol::ReadAclData, mct, std::placehold… in WatchHciChannel()
81 …channel[hci_channels_t::HCI_EVT], std::bind(&Hci::MctProtocol::ReadEventData, mct, std::placeholde… in WatchHciChannel()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbt_vendor_lib.h34 } hci_channels_t; typedef