Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines packet types.
enum HCI_TYPE {COMMAND_PACKET = 1,DATA_PACKET_ACL = 2,DATA_PACKET_SCO = 3,EVENT_PACKET = 4,ETYPE_FINISH = 5};
Elements
- COMMAND_PACKET
Packet contains a command. - DATA_PACKET_ACL
Packet contains access-control list (ACL) data. - DATA_PACKET_SCO
Packet contains synchronous connectivity-oriented (SCO) data. - EVENT_PACKET
Packet contains an event. - ETYPE_FINISH
Marks the end of the packet.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Bt_hcip.h.
Send Feedback on this topic to the authors