Share via


ControllerEvent

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.