Searched defs:packet_type (Results 1 – 12 of 12) sorted by relevance
48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) in VendorPacketBuilder()
23 CType ctype, CommandPdu pdu, PacketType packet_type, in MakeBuilder()
55 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { in OnDataReady()
58 void HciPacketizer::OnDataReady(int fd, hci::PacketType packet_type) { in OnDataReady()
116 void HciSocketDevice::SendHci(hci::PacketType packet_type, const std::shared_ptr<std::vector<uint8_… in SendHci()
106 std::string PacketTypeToString(uint8_t packet_type) { in PacketTypeToString()
164 hci_packet_t packet_type = (hci_packet_t)buffer[0]; in read_ready() local
54 CrashPacketType packet_type; member
145 Link::PacketType packet_type = received.GetType(); in ReWrap() local
519 uint16_t packet_type = args_itr.extract<uint16_t>(); in HciChangeConnectionPacketType() local856 uint16_t packet_type = args_itr.extract<uint16_t>(); in HciCreateConnection() local
434 … uint16_t packet_type) { in CreateConnectionPacketTypeChangedEvent()
1262 void btsnd_hcic_enhanced_flush(uint16_t handle, uint8_t packet_type) { in btsnd_hcic_enhanced_flush()