diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-08-09 12:48:02 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-08-09 19:16:57 +0200 |
commit | ae3b3b3ea9df42424964cb18df943747367271eb (patch) | |
tree | 06d09f6b5bed38143b9c7358405abb57a951da87 /doc | |
parent | c686a4fa15d8e093638f249a16ed048c59798fb7 (diff) | |
download | connman-ae3b3b3ea9df42424964cb18df943747367271eb.tar.gz connman-ae3b3b3ea9df42424964cb18df943747367271eb.tar.bz2 connman-ae3b3b3ea9df42424964cb18df943747367271eb.zip |
Export devices blocked status
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-lowlevel-api.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/device-lowlevel-api.txt b/doc/device-lowlevel-api.txt index 9bae36cd..f01751bb 100644 --- a/doc/device-lowlevel-api.txt +++ b/doc/device-lowlevel-api.txt @@ -70,6 +70,15 @@ Properties string Address [readonly] example would be modifications via the "ifconfig" command line utility. + boolean Blocked [readonly] + + Indicates if a device transmission capability is + blocked or not. This property is a translation of + the device rfkill status. If it is hard or soft + blocked, this property will be true. + + Once a device is blocked, enabling it will fail. + uint16 ScanInterval [readwrite] The scan interval describes the time in seconds |