Click or drag to resize

wclBleSnifferDoConnectIndReceived Method

Fires the OnConnectIndReceived event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoConnectIndReceived(
	wclBluetoothLeAdvertisingPduHeader PduHeader,
	long InitA,
	long AdvA,
	wclBleSnifferLlData LlData
)

Parameters

PduHeader  wclBluetoothLeAdvertisingPduHeader
The PDU header.
InitA  Int64
The Initiator’s device address.
AdvA  Int64
The advertiser’s device address.
LlData  wclBleSnifferLlData
The Link Layer data.
Remarks
The TxAdd field of the PduHeader parameter indicates whether the advertiser’s address in the InitA parameter is public (TxAdd = False) or random (TxAdd = True). The RxAdd field of the PduHeader parameter indicates whether the advertiser’s device address in the AdvA parameter is public (RxAdd = False) or random (RxAdd = True). The ChSel field in the PduHeader parameter is True if the advertiser supports the LE Channel Selection Algorithm #2 feature.
See Also