Share via


ControllerEvent (Windows Embedded CE 6.0)

1/6/2010

This structure defines the size of the packet and points to the Bluetooth event 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
    Pointer to the Bluetooth event data, as defined by the HCI specification of the Bluetooth Core Specification.

Requirements

Header bt_ddi.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Bluetooth Stack Extension Layer Structures