Searched refs:hci_channels_t (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/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 | 79 …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 D | bt_vendor_lib.h | 34 } hci_channels_t; typedef
|