summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * And another bunch of missing attributesMarcel Holtmann2007-05-211-0/+19
| |
| * Add more attributes to the example recordMarcel Holtmann2007-05-211-0/+10
| |
| * Fix signature for service remove methodMarcel Holtmann2007-05-211-1/+1
| |
| * Fix SDP pattern extraction for XMLMarcel Holtmann2007-05-214-17/+28
| |
| * Update example service recordMarcel Holtmann2007-05-211-2/+36
| |
| * Add MTU option for the built-in SDP serverMarcel Holtmann2007-05-212-3/+11
| |
| * Add test script for adding service recordsMarcel Holtmann2007-05-212-1/+49
| |
| * Add missing Trust signals to Adapter interfaceJohan Hedberg2007-05-211-0/+2
| |
| * Add missing DeviceCreated signalJohan Hedberg2007-05-191-0/+9
| |
| * Allocate memory for each handle in the list instead of casting between ints ↵Johan Hedberg2007-05-191-7/+12
| | | | | | | | and pointers
| * serial: removed unused error(NotAuthorized)Claudio Takahasi2007-05-192-11/+0
| |
| * serial API: updated port path and possible errorsClaudio Takahasi2007-05-191-6/+7
| |
| * Implement CreateDevice, associated SDP discovery and other necessary changesJohan Hedberg2007-05-194-140/+554
| |
| * serial: removed PortCreated signal when the daemon startsClaudio Takahasi2007-05-181-8/+2
| |
| * serial: minor code cleanupClaudio Takahasi2007-05-181-10/+8
| |
| * serial: removed dev_id from GetInfoClaudio Takahasi2007-05-181-3/+0
| |
| * serial: send PortRemoved signal for RemovePort calls onlyClaudio Takahasi2007-05-182-10/+8
| |
| * serial: code standard - use int16_t for dev_idClaudio Takahasi2007-05-184-12/+13
| |
| * serial: remove the entry from the persistent storage when RemovePort is calledClaudio Takahasi2007-05-184-4/+38
| |
| * Send HeadsetCreated signal when calling CreateHeadsetJohan Hedberg2007-05-181-0/+5
| |
| * Emit DeviceRemoved signal when a device gets removedJohan Hedberg2007-05-181-0/+6
| |
| * Implement RemoveDevice and ListDevicesJohan Hedberg2007-05-181-9/+35
| |
| * Mark GetConnectedInterfaces as experimentalJohan Hedberg2007-05-181-1/+1
| |
| * Update code to match more closely to API descriptionJohan Hedberg2007-05-183-20/+47
| |
| * Revert changes of missing GSList functions.Luiz Augusto von Dentz2007-05-181-61/+22
| |
| * Add g_slist_nth, g_slist_nth_data, g_slist_last and g_slist_position ↵Luiz Augusto von Dentz2007-05-182-0/+42
| | | | | | | | functions to eglib.
| * Simplify API parameter lists (with the drawback of causing some extra ↵Johan Hedberg2007-05-181-18/+13
| | | | | | | | round-trips)
| * serial: eglib build was brokenClaudio Takahasi2007-05-182-12/+14
| |
| * serial: keep port_open static since Connect will not be implementedClaudio Takahasi2007-05-183-69/+66
| |
| * serial: removed unused function(port_get_owner)Claudio Takahasi2007-05-182-19/+0
| |
| * serial: removed Connected/Disconnected and added GetInfoClaudio Takahasi2007-05-181-15/+35
| |
| * dbus-helper: added int16 support to append dict entryClaudio Takahasi2007-05-181-0/+3
| |
| * serial API: removed Connect/Disconnect and added GetInfoClaudio Takahasi2007-05-181-12/+2
| |
| * serial: zero is a valid node id, missing node release.Claudio Takahasi2007-05-181-2/+1
| |
| * serial: added function to register/bind stored portsClaudio Takahasi2007-05-181-4/+64
| |
| * serial: added port persistent storageClaudio Takahasi2007-05-183-9/+65
| |
| * Add place holders for not yet implemented methods and signalsJohan Hedberg2007-05-181-5/+34
| |
| * Add some more necessary methods and signalsJohan Hedberg2007-05-181-1/+27
| |
| * Add a couple of method proposals inspired by Havoc's recent blog post onJohan Hedberg2007-05-171-1/+15
| | | | | | | | D-Bus API design, parcularly the minimizing roundtrips aspect.
| * Prevent use of missing function in eglib.Luiz Augusto von Dentz2007-05-171-22/+60
| |
| * serial: enabled RFCOMM_HANGUP_NOW bit when releasing the nodeClaudio Takahasi2007-05-171-2/+0
| |
| * serial: added port GetAddressClaudio Takahasi2007-05-173-13/+34
| |
| * serial: added RemovePort and bonded node listClaudio Takahasi2007-05-173-3/+44
| |
| * serial: fixed DisconnectService and added port_remove_listenerClaudio Takahasi2007-05-173-12/+46
| |
| * Add LastConnection, DefaultConnection and ChangeDefaultConnection API ↵Luiz Augusto von Dentz2007-05-174-67/+282
| | | | | | | | methods and some minor fixes.
| * serial: release the node when the daemon exitsClaudio Takahasi2007-05-171-6/+5
| |
| * Fix some ppoll issueMarcel Holtmann2007-05-171-1/+7
| |
| * serial: added ListPortsClaudio Takahasi2007-05-171-1/+34
| |
| * Make the EACCES path look nicerMarcel Holtmann2007-05-171-24/+26
| |
| * Error out on access deniedMarcel Holtmann2007-05-171-0/+12
| |