BTH_LE_GATT_SERVICE 구조체(bthledef.h)
BTH_LE_GATT_SERVICE 구조는 Bluetooth LE(저에너지) GATT(제네릭 특성) 프로필 서비스를 설명합니다.
구문
typedef struct _BTH_LE_GATT_SERVICE {
BTH_LE_UUID ServiceUuid;
USHORT AttributeHandle;
} BTH_LE_GATT_SERVICE, *PBTH_LE_GATT_SERVICE;
멤버
ServiceUuid
Bluetooth LE GATT 프로필 서비스의 UUID(유니버설 고유 ID)입니다.
AttributeHandle
Bluetooth LE GATT 프로필 특성에 대한 핸들입니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | 버전:Windows 8 _Supported |
머리글 | bthledef.h(BthLEDef.h 포함) |
추가 정보
BluetoothGATTGetCharacteristics