summaryrefslogtreecommitdiffstats
path: root/serial/port.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Whitespace cleanupJohan Hedberg2008-01-281-1/+1
|
* Fix dict signatures.Luiz Augusto von Dentz2007-10-031-1/+1
|
* serial: Added GetServiceNameClaudio Takahasi2007-09-261-6/+26
|
* serial: Added GetName and GetAdapterClaudio Takahasi2007-09-261-3/+56
|
* Add Port.GetDevice methodJohan Hedberg2007-08-231-29/+47
| | | | Rename 'name' dict key to 'device
* serial: close the file descriptor before release the RFCOMM deviceClaudio Takahasi2007-05-241-4/+2
|
* serial: removed dev_id from GetInfoClaudio Takahasi2007-05-181-3/+0
|
* serial: send PortRemoved signal for RemovePort calls onlyClaudio Takahasi2007-05-181-9/+0
|
* serial: code standard - use int16_t for dev_idClaudio Takahasi2007-05-181-4/+5
|
* serial: remove the entry from the persistent storage when RemovePort is calledClaudio Takahasi2007-05-181-3/+11
|
* serial: keep port_open static since Connect will not be implementedClaudio Takahasi2007-05-181-63/+0
|
* serial: removed unused function(port_get_owner)Claudio Takahasi2007-05-181-17/+0
|
* serial: removed Connected/Disconnected and added GetInfoClaudio Takahasi2007-05-181-15/+35
|
* serial: zero is a valid node id, missing node release.Claudio Takahasi2007-05-181-2/+1
|
* serial: added port GetAddressClaudio Takahasi2007-05-171-7/+25
|
* serial: added RemovePort and bonded node listClaudio Takahasi2007-05-171-2/+25
|
* serial: fixed DisconnectService and added port_remove_listenerClaudio Takahasi2007-05-171-0/+32
|
* serial: release the node when the daemon exitsClaudio Takahasi2007-05-171-6/+5
|
* serial: Removed PortCreated signal when calling ConnectServiceClaudio Takahasi2007-05-171-17/+25
|
* serial: moving functions to port.c and added port methods declarationClaudio Takahasi2007-05-161-0/+258
|
* Add new file skeletonsMarcel Holtmann2007-05-151-0/+28