Share via


ControllerEvent (Compact 2013)

3/26/2014

This structure defines the size of the packet and points to the Bluetooth event data that is coming from the hardware.

Syntax

typedef struct _controller_event_packet {
  int cSize;
  unsigned char* pData;
} ControllerEvent; 

Members

  • cSize
    Size of the packet.
  • pData
    Points to the Bluetooth event data.

Requirements

Header

bt_ddi.h

See Also

Reference

Bluetooth HCI Structures