mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
doc: Rename SignalLevelChanged to Changed
This commit is contained in:
parent
9ff0e8f6ef
commit
70a3101319
@ -97,7 +97,7 @@ Methods void Scan()
|
|||||||
net.connman.iwd.SignalLevelAgent interface, see
|
net.connman.iwd.SignalLevelAgent interface, see
|
||||||
signal-level-agent-api.txt. The "levels"
|
signal-level-agent-api.txt. The "levels"
|
||||||
parameters decides the thresholds in dBm that will
|
parameters decides the thresholds in dBm that will
|
||||||
generate a call to the agent's SignalLevelChanged
|
generate a call to the agent's Changed
|
||||||
method whenever current RSSI crosses any of the
|
method whenever current RSSI crosses any of the
|
||||||
values. The values must be passed in descending
|
values. The values must be passed in descending
|
||||||
order. The number and distance between requested
|
order. The number and distance between requested
|
||||||
|
@ -13,7 +13,7 @@ Methods void Release(object device)
|
|||||||
agent, because when this method gets called it has
|
agent, because when this method gets called it has
|
||||||
already been unregistered.
|
already been unregistered.
|
||||||
|
|
||||||
string SignalLevelChanged(object device, uint8 level)
|
string Changed(object device, uint8 level)
|
||||||
|
|
||||||
This method gets called when the signal strength
|
This method gets called when the signal strength
|
||||||
measurement for the device's connected network
|
measurement for the device's connected network
|
||||||
|
Loading…
Reference in New Issue
Block a user