Platforms to show: All Mac Windows Linux Cross-Platform

Back to CBPeripheralMBS class.

CBPeripheralMBS.CanSendWriteWithoutResponse as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS Bluetooth Plugin 18.1 ✅ Yes ❌ No ❌ No ✅ Yes All
True if the remote device has space to send a write without response.

If this value is false, the value will be set to true after the current writes have been flushed, and IsReadyToSendWriteWithoutResponse event will be called.
(Read only property)

CBPeripheralMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS Bluetooth Plugin 18.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The name of the peripheral.

The value of this property is a string containing the device name of the peripheral. You can access this property to retrieve a human-readable name of the peripheral. There may be two types of names associated with a peripheral: one that the device advertises and another that the device publishes in its database as its Bluetooth low energy Generic Access Profile (GAP) device name. Although this property may contain either type of name, the GAP device name takes priority. This means that if a peripheral has both types of names associated with it, this property returns its GAP device name.
(Read only property)

CBPeripheralMBS.RSSI as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS Bluetooth Plugin 18.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The RSSI, in decibels, of the peripheral.

Returns a number, in decibels, that indicates the RSSI of the peripheral while it is currently connected to the central manager. You can use a connected peripheral’s RSSI property to determine the peripheral’s proximity. The default value of this property is nil and is set the first time you successfully call the readRSSI method.
(Read only property)

CBPeripheralMBS.State as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS Bluetooth Plugin 18.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The current connection state of the peripheral.

The value of this property represents the current connection state of the peripheral. For a list of the possible values of this property, see CBPeripheralState.
(Read only property)

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


The biggest plugin in space...