Scroll to navigation

ORG.BLUEZ.LEADVERTISINGMANAGER(5) Linux System Administration ORG.BLUEZ.LEADVERTISINGMANAGER(5)

NAME

org.bluez.LEAdvertisingManager - BlueZ D-Bus LEAvertisingManager API documentation

INTERFACE

The Advertising Manager allows external applications to register Advertisement Data which should be broadcast to devices. Advertisement Data elements must follow the API for LE Advertisement Data described above.

org.bluez
org.bluez.LEAdvertisingManager1
/org/bluez/{hci0,hci1,...}

Methods

void RegisterAdvertisement(object advertisement, dict options)

Registers an advertisement object to be sent over the LE Advertising channel. The service must implement org.bluez.LEAdvertisement(5) interface.

Possible errors:

Indicates that the object has invalid or conflicting properties.
Indicates the object is already registered.
Indicates that the data provided generates a data packet which is too long
Indicates the maximum number of advertisement instances has been reached.



void UnregisterAdvertisement(object advertisement)

Unregisters an advertisement that has been previously registered using RegisterAdvertisement(). The object path parameter must match the same value that has been used on registration.

Possible errors:




Properties

byte ActiveInstances [readonly]

Number of active advertising instances.


byte SupportedInstances [readonly]

Number of available advertising instances.


array{string} SupportedIncludes [readonly]

List of supported system includes.

Possible values:

"tx-power"
"appearance"
"local-name"
"rsi"



array{string} SupportedSecondaryChannels [readonly, Experimental]

List of supported Secondary channels. Secondary channels can be used to advertise with the corresponding PHY.

Possible values:

"1M"
"2M"
"Coded"



dict SupportedCapabilities [readonly, Experimental]

Enumerates Advertising-related controller capabilities useful to the client.

Possible Values:

Max advertising data length
Max advertising scan response length

;int16 MinTxPower:

Min advertising tx power (dBm)


Max advertising tx power (dBm)



array{string} SupportedFeatures [readonly,optional,Experimental]

List of supported platform features. If no features are available on the platform, the SupportedFeatures array will be empty.

Possible values:

"CanSetTxPower"
Indicates whether platform can specify tx power on each advertising instance.
"HardwareOffload"
Indicates whether multiple advertising will be offloaded to the controller.



October 2023 BlueZ