1ORG.BLUEZ.PROFILE(5)      Linux System Administration     ORG.BLUEZ.PROFILE(5)
2
3
4

NAME

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

INTERFACE

9       Service
10              unique name
11
12       Interface
13              org.bluez.Profile1
14
15       Object path
16              freely definable
17
18   Methods
19   void Release() [noreply]
20          This method gets called when the service daemon unregisters the pro‐
21          file.  A profile can use it to do cleanup tasks. There is no need to
22          unregister  the profile, because when this method gets called it has
23          already been unregistered.
24
25   void NewConnection(object device, fd, dict fd_properties)
26          This method gets called when a new service level connection has been
27          made and authorized.
28
29          Possible fd_properties values:
30
31          uint16 Version [optional]
32                 Profile version.
33
34          uint16 Features [optional]
35                 Profile features.
36
37          Possible errors:
38
39          org.bluez.Error.Rejected
40
41          org.bluez.Error.Canceled
42
43
44
45
46BlueZ                            October 2023             ORG.BLUEZ.PROFILE(5)
Impressum