BTH_LOCAL_RADIO_INFO structure (bthioctl.h)
La structure BTH_LOCAL_RADIO_INFO contient des informations sur le système Bluetooth local et la radio.
Syntaxe
typedef struct _BTH_LOCAL_RADIO_INFO {
BTH_DEVICE_INFO localInfo;
ULONG flags;
USHORT hciRevision;
UCHAR hciVersion;
BTH_RADIO_INFO radioInfo;
} BTH_LOCAL_RADIO_INFO, *PBTH_LOCAL_RADIO_INFO;
Membres
localInfo
Structure BTH_DEVICE_INFO qui contient des informations sur la radio locale.
flags
Indicateur qui indique l’état de la radio locale. Les deux indicateurs peuvent être définis en même temps. Les valeurs possibles incluent :
LOCAL_RADIO_DISCOVERABLE
LOCAL_RADIO_CONNECTABLE
hciRevision
Version mineure de l’interface du contrôleur hôte (HCI).
hciVersion
Version principale du HCI.
radioInfo
Structure BTH_RADIO_INFO qui contient des informations sur l’appareil radio local.
Remarques
La mémoire tampon de sortie de l’appel IOCTL_BTH_GET_LOCAL_INFO contient les informations sur le système Bluetooth local et la radio.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Versions :_Supported dans Windows Vista et versions ultérieures. |
En-tête | bthioctl.h (inclure Bthioctl.h) |