ControllerEvent (Windows CE 5.0)

Send Feedback

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

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

OS Versions: Windows CE.NET 4.2 and later.
Header: Bt_ddi.h

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.