summaryrefslogtreecommitdiff
path: root/doc/technology-api.txt
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-10-31Tethering: Add tethering interfaces description to technology-api.txtChengyi Zhao1-0/+12
Change-Id: I59768258d5f2515311ed3dad5db91618b1c459ec
2014-10-31Tethering: Add hidden access point support in technologyChengyi Zhao1-0/+5
Change-Id: I73fccf5f322ee2597f8f58d5e3d7f60ddeb0a641
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-0/+4
2013-05-21doc: Remove documentation for Technology IdleTimeout propertyPatrik Flykt1-8/+0
IdleTimeout hasn't so far been implemented in any release and will be handled by other means if needed.
2013-03-08doc: Typo fixes in the documentationJukka Rissanen1-2/+2
Fixes BMC#25978
2012-08-30session: Move IdleTimeout to Technology APIDaniel Wagner1-0/+8
Having an IdleTimeout per Session is not really reasonable. It is hard to define the right behavoir if the timeouts differ per Session. Doing this per technology is easier to understand and also makes sense when no Session is used. IdleTimeout is only documented here, it's not yet implemented.
2012-06-05doc: Mention long D-Bus timeout for scan methodMarcel Holtmann1-1/+3
2012-05-17doc: Mention deprecation of GetProperties methodsMarcel Holtmann1-1/+4
2012-04-30doc: Fix tabs vs spaces for service and technology documentationMarcel Holtmann1-9/+9
2012-04-26doc: Fix description of technology scan methodMarcel Holtmann1-3/+2
2011-12-09doc: Update properties and methods for technology interfaceMarcel Holtmann1-3/+35
2011-08-25technology: Remove 'available' stateAlok Barsode1-2/+1
The connman technology state machine is simplified. It now has 3 states: Offline: Technology is disabled. Enabled: Technology is enabled. Connected: Technology is connected.
2011-02-15technology: Remove "blocked" state and use "offline" state insteadAlok Barsode1-2/+2
Both "offline" and "blocked" states mean the same hence merging them.
2011-02-02doc: Update documentation regarding tethering propertiesSamuel Ortiz1-0/+23
2010-11-26Change service name from org.moblin.connman to net.connmanMarcel Holtmann1-2/+2
2010-11-05Remove documentation for no longer existing interfacesMarcel Holtmann1-4/+0
2010-08-09Add BLOCKED technology stateSamuel Ortiz1-2/+2
A technology is in BLOCKED state if all of its devices are rfkill blocked.
2010-01-25Add support for technology statesMarcel Holtmann1-1/+8
2010-01-25Add support for technology interfaceMarcel Holtmann1-0/+34