UniversalAttributeIdServiceRecordState Field

The ServiceRecordState is a 32-bit integer that is used to facilitate caching of ServiceAttributes. [0x0002]

Definition

Namespace: InTheHand.Net.Bluetooth.AttributeIds
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public const ServiceAttributeId ServiceRecordState = 

Field Value

ServiceAttributeId

Remarks

[32-bit unsigned integer]

“ The ServiceRecordState is a 32-bit integer that is used to facilitate caching of ServiceAttributes. If this attribute is contained in a service record, its value is guaranteed to change when any other attribute value is added to, deleted from or changed within the service record. This permits a client to check the value of this single attribute. If its value has not changed since it was last checked, the client knows that no other attribute values within the service record have changed. ”

See Also