BT_SERVICE_REQUEST (Compact 2013)

3/26/2014

This structure is included in BTE_CLASS_SERVICE class notifications.

Syntax

typedef struct{
  DWORD dwSize;
  BT_ADDR btAddr;
  GUID uuidService;
} BT_SERVICE_REQUEST, *PBT_SERVICE_REQUEST;

Members

  • dwSize
    Size of the structure. Indicates version.
  • btAddr
    Bluetooth address.
  • uuidService
    Service identifier.

Remarks

This structure is used in the following notifications:

  • BTE_SERVICE_CONNECTION_REQUEST
  • BTE_SERVICE_DISCONNECTION_REQUEST
  • BTE_SERVICE_CONNECTION_EVENT
  • BTE_SERVICE_DISCONNECTION_EVENT

Requirements

Header

bt_api.h

See Also

Reference

Bluetooth Application Development Structures
RequestBluetoothNotifications