BTH_RADIO_IN_RANGE structure (bthdef.h)

The BTH_RADIO_IN_RANGE structure stores data about Bluetooth devices within communication range.

Syntax

typedef struct _BTH_RADIO_IN_RANGE {
  BTH_DEVICE_INFO deviceInfo;
  ULONG           previousDeviceFlags;
} BTH_RADIO_IN_RANGE, *PBTH_RADIO_IN_RANGE;

Members

deviceInfo

Current set of attributes associated with the remote device, in the form of a BTH_DEVICE_INFO structure.

previousDeviceFlags

Previous flags for the flags member of the BTH_DEVICE_INFO structure pointed to by the deviceInfo member. Used to determine which attributes associated with the remote device have changed.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server None supported
Header bthdef.h

See also

BTH_DEVICE_INFO

Bluetooth and WM_DEVICECHANGE Messages