Click or drag to resize

wclBluetoothGetSdpAttributesEvent Delegate

The GetSdpAttributes event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclBluetoothGetSdpAttributesEvent(
	Object Sender,
	out ushort[] Protocols,
	out wclBluetoothSdpProfile[] Profiles,
	out byte[] Formats,
	out uint Cod
)

Parameters

Sender  Object
The object initiates the event.
Protocols  UInt16
The additional protocol descriptors array that should be added to SDP record.
Profiles  wclBluetoothSdpProfile
The profile descriptors list that should be added to SDP record.
Formats  Byte
Other attributes that should be added to SDP record.
Cod  UInt32

Class of device (COD) information. A 32-bit parameter of COD_SERVICE_* class of device bits associated with this SDP record. The system combines these bits with COD bits from other service records and system characteristics. The resulting class of device for the local radio is advertised when the radio is found during device inquiry. When the last SDP record associated with a particular service bit is deleted, that service bit is no longer reported in responses to future device inquiries.

The format and possible values for the COD field are defined in the Bluetooth Assigned Numbers 1.1 portion of the Bluetooth specification, Section 1.2. (This resource may not be available in some languages and countries.)

See Also