mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-16 07:24:47 +08:00
Fix typos in adapter documentation
This commit is contained in:
parent
e430998efb
commit
8ef7154868
@ -178,18 +178,18 @@ Signals PropertyChanged(string name, variant value)
|
||||
|
||||
DeviceFound(string address, dict values)
|
||||
|
||||
This signal will be send every time an inquiry result
|
||||
This signal will be sent every time an inquiry result
|
||||
has been found by the service daemon. In general they
|
||||
only appear during a device discovery.
|
||||
|
||||
The dictionary can contain bascially the same values
|
||||
that we be returned by the GetProperties method
|
||||
The dictionary can contain basically the same values
|
||||
that are returned by the GetProperties method
|
||||
from the org.bluez.Device interface. In addition there
|
||||
can be values for the RSSI and the TX power level.
|
||||
|
||||
DeviceDisappeared(string address)
|
||||
|
||||
This signal will be send when an inquiry session for
|
||||
This signal will be sent when an inquiry session for
|
||||
a periodic discovery finishes and previously found
|
||||
devices are no longer in range or visible.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user