BT_SERVICE_REQUEST
A version of this page is also available for
4/8/2010
This structure stores information about the various service connection requests and events:
- BTE_SERVICE_CONNECTION_REQUEST (900)
- BTE_SERVICE_DISCONNECTION_REQUEST (901)
- BTE_SERVICE_CONNECTION_EVENT (902)
- BTE_SERVICE_DISCONNECTION_EVENT (903)
Syntax
typedef struct {
DWORD dwSize;
BT_ADDR btAddr;
GUID uuidService;
} BT_SERVICE_REQUEST, *PBT_SERVICE_REQUEST;
Members
- dwSize
Size of this structure.
- btAddr
Address of the remote Bluetooth device as a BT_ADDR type.
- uuidService
The uuid of the associated service.
Requirements
Header | bt_api.h |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
Bluetooth Application Development Structures
RequestBluetoothNotifications
StopBluetoothNotifications