Searched refs:hci_channels_t (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | mct_protocol.cpp | 48 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 D | ohos_bt_vendor_lib.h | 34 } hci_channels_t;
typedef
|
H A D | vendor_interface.cpp | 81 channel[hci_channels_t::HCI_ACL_IN], std::bind(&Hci::MctProtocol::ReadAclData, mct, std::placeholders::_1));
in WatchHciChannel() 83 channel[hci_channels_t::HCI_EVT], std::bind(&Hci::MctProtocol::ReadEventData, mct, std::placeholders::_1));
in WatchHciChannel()
|
Completed in 2 milliseconds