Scroll to navigation

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

NAME

org.bluez.Profile - BlueZ D-Bus Profile API documentation

INTERFACE

unique name
org.bluez.Profile1
freely definable

Methods

void Release() [noreply]

This method gets called when the service daemon unregisters the profile. A profile can use it to do cleanup tasks. There is no need to unregister the profile, because when this method gets called it has already been unregistered.


void NewConnection(object device, fd, dict fd_properties)

This method gets called when a new service level connection has been made and authorized.

Possible fd_properties values:

Profile version.
Profile features.

Possible errors:




October 2023 BlueZ