Compartilhar via


BT_ROLE_SWITCH_EVENT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure stores information about the BTE_ROLE_SWITCH (102) event.

Syntax

typedef struct {
  DWORD dwSize;
  BT_ADDR bta;
  UINT fRole : 1;
} BT_ROLE_SWITCH_EVENT, *PBT_ROLE_SWITCH_EVENT;

Members

  • dwSize
    Size of this structure.
  • bta
    Address of the remote Bluetooth device as a BT_ADDR type.
  • fRole
    New role for the device. Master (0) or slave (1).

Requirements

Header bt_api.h
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Bluetooth Application Development Structures
RequestBluetoothNotifications
StopBluetoothNotifications