Click or drag to resize

wclBluetoothLeAdvertisingPduType Enumeration

The Bluetooth LE advertising packet PDU types.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclBluetoothLeAdvertisingPduType
Members
Member nameValueDescription
ptAdvInd0 The ADV_IND PDU type.
ptAdvDirectInd1 The ADV_DIRECT_IND PDU type.
ptAdvNonConnInd2 The ADV_NONCONN_IND PDU type.
ptScanReq3 The SCAN_REQ PDU type.
ptAuxScanReq4 The AUX_SCAN_REQ PDU type.
ptScanRsp5 The SCAN_RSP PDU type.
ptConnectInd6 The CONNECT_IND PDU type.
ptAuxConnectReq7 The AUX_CONNECT_REQ PDU type.
ptAdvScanInd8 The ADV_SCAN_IND PDU type.
ptAdvExtInd9 The ADV_EXT_IND PDU type.
ptAuxAdvInd10 The AUX_ADV_IND PDU type.
ptAuxScanRsp11 The AUX_SCAN_RSP PDU type.
ptAuxSyncInd12 The AUX_SYNC_IND PDU type.
ptAuxChainInd13 The AUX_CHAIN_IND PDU type.
ptAuxConnectRsp14 The AUX_CONNECT_RSP PDU type.
See Also