Platforms to show: All Mac Windows Linux Cross-Platform

Back to CBCharacteristicMBS class.

CBCharacteristicMBS.kPropertyAuthenticatedSignedWrites = &h40

Type Topic Plugin Version
const Bluetooth MBS Bluetooth Plugin 18.1
One of the property constants.

Signed writes of the characteristic’s value are permitted, without a response from the peripheral to indicate that the write was successful.

CBCharacteristicMBS.kPropertyBroadcast = 1

Type Topic Plugin Version
const Bluetooth MBS Bluetooth Plugin 18.1
One of the property constants.

The characteristic’s value can be broadcast using a characteristic configuration descriptor.

CBCharacteristicMBS.kPropertyExtendedProperties = &h80

Type Topic Plugin Version
const Bluetooth MBS Bluetooth Plugin 18.1
One of the property constants.

Additional characteristic properties are defined in the characteristic extended properties descriptor.

CBCharacteristicMBS.kPropertyIndicate = &h20

Type Topic Plugin Version
const Bluetooth MBS Bluetooth Plugin 18.1
One of the property constants.

Indications of the characteristic’s value are permitted, with a response from the central to indicate that the indication was received.

CBCharacteristicMBS.kPropertyIndicateEncryptionRequired = &h200

Type Topic Plugin Version
const Bluetooth MBS Bluetooth Plugin 18.1
One of the property constants.

Only trusted devices can enable indications of the characteristic’s value.

CBCharacteristicMBS.kPropertyNotify = &h10

Type Topic Plugin Version
const Bluetooth MBS Bluetooth Plugin 18.1
One of the property constants.

Notifications of the characteristic’s value are permitted, without a response from the central to indicate that the notification was received.

CBCharacteristicMBS.kPropertyNotifyEncryptionRequired = &h100

Type Topic Plugin Version
const Bluetooth MBS Bluetooth Plugin 18.1
One of the property constants.

Only trusted devices can enable notifications of the characteristic’s value.

CBCharacteristicMBS.kPropertyRead = 2

Type Topic Plugin Version
const Bluetooth MBS Bluetooth Plugin 18.1
One of the property constants.

The characteristic’s value can be read.

CBCharacteristicMBS.kPropertyWrite = 8

Type Topic Plugin Version
const Bluetooth MBS Bluetooth Plugin 18.1
One of the property constants.

The characteristic’s value can be written, with a response from the peripheral to indicate that the write was successful.

CBCharacteristicMBS.kPropertyWriteWithoutResponse = 4

Type Topic Plugin Version
const Bluetooth MBS Bluetooth Plugin 18.1
One of the property constants.

The characteristic’s value can be written, without a response from the peripheral to indicate that the write was successful.

The items on this page are in the following plugins: MBS Bluetooth Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...