File: proximity-api.txt

package info (click to toggle)
bluez 5.23-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 13,264 kB
  • sloc: ansic: 252,436; sh: 11,494; python: 3,509; makefile: 618; xml: 126
file content (56 lines) | stat: -rw-r--r-- 1,823 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
BlueZ D-Bus Proximity API description
***********************************


Proximity Monitor hierarchy
===========================

Service		org.bluez
Interface	org.bluez.ProximityMonitor1
Object path	[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX

Properties	string SignalLevel [readonly]

			Alert indicating that a threshold has been reached.
			Possible values: "unknown", "good", "regular", "weak"

		string LinkLossAlertLevel [readwrite]

			Persistent property. Sets the alert level in the
			proximity reporter for link loss scenario. Values:
			"none", "mild", "high".

		string ImmediateAlertLevel [readwrite]

			Alert level to be written in the Immediate Alert Level.
			Property shared between Path Loss and Find Me.
			Values: "none", "mild", "high". Default value is
			"none". Applications can disable the alert setting
			the value to "none". If the "Target" is not found,
			"none" will be emitted after the configured timeout.
			When changing the level, signal is the confirmation
			that the value was written in the remote.

Proximity Reporter hierarchy
===========================

Shared service used by Proximity Path Loss and Find Me. Allows per device
alert level handling.

Service		org.bluez
Interface	org.bluez.ProximityReporter1
Object path	[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX

Properties	string ImmediateAlertLevel [readonly]

			This property indicates that Immediate Alert Level
			characteristic in the local Immediate Alert Service
			was changed by the remote device. Property shared
			between Path Loss and Find Me. Values: "none", "mild",
			"high".

		string LinkLossAlertLevel [readonly]

			This property indicates that Alert Level characteristic
			in the local Link Loss Service was changed by the
			remote device. Values: "none", "mild", "high".