public const ServiceAttributeId BluetoothProfileDescriptorList =
Public Const BluetoothProfileDescriptorList As ServiceAttributeId =
public:
literal ServiceAttributeId BluetoothProfileDescriptorList =
static val mutable BluetoothProfileDescriptorList: ServiceAttributeId
[Data Element Sequence]
“ The BluetoothProfileDescriptorList attribute consists of a data element sequence in which each element is a profile descriptor that contains information about a Bluetooth profile to which the service represented by this service record conforms. Each profile descriptor is a data element sequence whose first element is the UUID assigned to the profile and whose second element is a 16-bit profile version number. ”
“ Each version of a profile is assigned a 16-bit unsigned integer profile version number, which consists of two 8-bit fields. The higher-order 8 bits contain the major version number field and the lower-order 8 bits contain the minor version number field. The initial version of each profile has a major version of 1 and a minor version of 0. When upward compatible changes are made to the profile, the minor version number will be incremented. If incompatible changes are made to the profile, the major version number will be incremented. ”