Home
last modified time | relevance | path

Searched refs:HciPacketType (Results 1 – 6 of 6) sorted by relevance

/device/linaro/hikey/bluetooth/
Dhci_packetizer.cc35 size_t HciGetPacketLengthForType(HciPacketType type, const uint8_t* preamble) { in HciGetPacketLengthForType()
50 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { in OnDataReady()
Dhci_internals.h22 enum HciPacketType { enum
Dhci_packetizer.h37 void OnDataReady(int fd, HciPacketType packet_type);
Dh4_protocol.h53 HciPacketType hci_packet_type_{HCI_PACKET_TYPE_UNKNOWN};
Dh4_protocol.cc62 hci_packet_type_ = static_cast<HciPacketType>(buffer[0]); in OnDataReady()
Dhci_protocol.cc34 size_t HciGetPacketLengthForType(HciPacketType type, const uint8_t* preamble) { in HciGetPacketLengthForType()