BT_SCAN_MODE_EVENT (Compact 2013)
3/26/2014
This structure contains device data and is included in BTE_SCAN_MODE notifications.
Syntax
typedef struct{
DWORD dwSize;
UCHAR scan_mode;
} BT_SCAN_MODE_EVENT, *PBT_SCAN_MODE_EVENT;
Members
- dwSize
Size of the structure. Indicates version.
scan_mode
Scan enable mask.Value can be any of the following:
- Zero
- SCAN_ENABLE_INQUIRY
- SCAN_ENABLE_PAGE
- SCAN_ENABLE_INQUIRY | SCAN_ENABLE_PAGE
Requirements
Header |
bt_api.h |
See Also
Reference
Bluetooth Application Development Structures
RequestBluetoothNotifications