BT_ROLE_SWITCH_EVENT (Compact 2013)
3/26/2014
This structure stores information about the BTE_ROLE_SWITCH 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 device.
- fRole
New role for the device. Master device (0) or subordinate device (1).
Requirements
Header |
bt_api.h |
See Also
Reference
Bluetooth Application Development Structures
RequestBluetoothNotifications
StopBluetoothNotifications