1ORG.BLUEZ.NETWORKSERVER(5)Linux System AdministrationORG.BLUEZ.NETWORKSERVER(5)
2
3
4

NAME

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

INTERFACE

9       Service
10              org.bluez
11
12       Interface
13              org.bluez.NetworkServer1
14
15       Object path
16              /org/bluez/{hci0,hci1,...}
17
18   Methods
19   void Register(string uuid, string bridge)
20          Registers server for the provided UUID.
21
22          Every  new connection to this server will be added the bridge inter‐
23          face.
24
25          Possible uuid values:
26
27          "panu", "00001115-0000-1000-8000-00805f9b34fb"
28                 Personal Network User role.
29
30          "nap", "00001116-0000-1000-8000-00805f9b34fb"
31                 Network Access Point role.
32
33          "gn", "00001117-0000-1000-8000-00805f9b34fb"
34                 Group Network role.
35
36          Initially no network server SDP is provided. Only after this  method
37          a SDP record will be available and the BNEP server will be ready for
38          incoming connections.
39
40          Possible errors:
41
42          org.bluez.Error.InvalidArguments
43
44          org.bluez.Error.AlreadyExists
45
46          org.bluez.Error.Failed
47
48   void Unregister(string uuid)
49          Unregisters the server for provided UUID which was previously regis‐
50          tered with Register() method.
51
52          All  servers will be automatically unregistered when the calling ap‐
53          plication terminates.
54
55          Possible errors:
56
57          org.bluez.Error.InvalidArguments
58
59          org.bluez.Error.Failed
60
61
62
63
64BlueZ                            October 2023       ORG.BLUEZ.NETWORKSERVER(5)
Impressum