summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use org.bluez.audio.Error interface for D-Bus error returnsJohan Hedberg2007-04-272-10/+14
| |
| * Update network API documentation.Luiz Augusto von Dentz2007-04-272-25/+29
| |
| * Fix some debug outputsMarcel Holtmann2007-04-271-4/+4
| |
| * Fix the yyunput warning messageMarcel Holtmann2007-04-272-0/+4
| |
| * Add support for STLC2500 address and baud rate settingsMarcel Holtmann2007-04-252-27/+116
| |
| * Added UpdateServiceRecordClaudio Takahasi2007-04-257-27/+156
| |
| * Add device ID supportMarcel Holtmann2007-04-2511-12/+112
| |
| * Fix bug while creating connection, unref pending call just once.Luiz Augusto von Dentz2007-04-251-2/+0
| |
| * Use service name in error namespace.Luiz Augusto von Dentz2007-04-251-1/+1
| |
| * Send signal when requesting remote device nameMarcel Holtmann2007-04-242-8/+24
| |
| * Add API description fileMarcel Holtmann2007-04-232-0/+14
| |
| * Add skeleton for manager interfaceMarcel Holtmann2007-04-234-1/+51
| |
| * network: missing set the D-Bus connection when creating a server from fileClaudio Takahasi2007-04-231-0/+1
| |
| * GetRemoteName must return the cached name only or not available error when ↵Claudio Takahasi2007-04-201-10/+13
| | | | | | | | it is called outside the scope of DiscoverDevices.
| * GetRemoteName must return the cached name only or not available error when ↵Claudio Takahasi2007-04-201-8/+5
| | | | | | | | it is called outside the scope of DiscoverDevices.
| * Check connection busy before removing it.Luiz Augusto von Dentz2007-04-203-0/+15
| |
| * Free path string first when it is no longer neededJohan Hedberg2007-04-201-1/+2
| |
| * Check service classes to be sure that we got the right service recordJohan Hedberg2007-04-201-20/+33
| |
| * Unref pending calls.Luiz Augusto von Dentz2007-04-191-0/+2
| |
| * input: fixed seg fault when RemoveDevice is called and there is a pending ↵Claudio Takahasi2007-04-182-22/+29
| | | | | | | | connection request
| * Update network.server documentation.Luiz Augusto von Dentz2007-04-181-0/+5
| |
| * Add build ids for Unified 21f firmwaresMarcel Holtmann2007-04-181-0/+2
| |
| * Add build ids for Unified 22b firmwaresMarcel Holtmann2007-04-181-0/+15
| |
| * Add build ids for Unified 22c firmwaresMarcel Holtmann2007-04-181-0/+3
| |
| * fake input: fixed GIOChannel unrefsClaudio Takahasi2007-04-181-22/+15
| |
| * Fix use of GIOChannelLuiz Augusto von Dentz2007-04-181-14/+19
| |
| * Handle EINTR errorsMarcel Holtmann2007-04-171-2/+5
| |
| * input: dbus_pending_call_unref code standardClaudio Takahasi2007-04-172-12/+5
| |
| * input: code cleanup/standardClaudio Takahasi2007-04-171-2/+4
| |
| * Add GetInfo to network.Server interface.Luiz Augusto von Dentz2007-04-171-0/+36
| |
| * input: fixed io channel unref and socket closeClaudio Takahasi2007-04-172-22/+14
| |
| * Cleanup the headset event parsing function a littleJohan Hedberg2007-04-171-48/+45
| |
| * Update API documentation to include GetInfo.Luiz Augusto von Dentz2007-04-171-0/+4
| |
| * Only stop indicating a call if the answer button is pressed (not e.g. if the ↵Johan Hedberg2007-04-171-5/+5
| | | | | | | | volume button is pressed)
| * Add GetInfo() to network.Connection interface.Luiz Augusto von Dentz2007-04-171-0/+36
| |
| * input: Connect/disconnect to the control and interrupt psm at the ending of ↵Claudio Takahasi2007-04-173-87/+218
| | | | | | | | CreateDevice
| * Add missing includes for dbus-helper.hJohan Hedberg2007-04-172-0/+2
| |
| * Implement experimental Service.GetBusName methodJohan Hedberg2007-04-172-0/+28
| |
| * Fix address based configurationMarcel Holtmann2007-04-161-1/+1
| |
| * Move append_dict_entry to utils/common and change the name to ↵Luiz Augusto von Dentz2007-04-166-62/+75
| | | | | | | | dbus_message_iter_append_dict_entry.
| * Move code to bring up interface to common and use it on connection.Luiz Augusto von Dentz2007-04-164-14/+40
| |
| * network: missing append registered connection paths to the listClaudio Takahasi2007-04-161-1/+5
| |
| * network: fixed default adapterClaudio Takahasi2007-04-162-155/+60
| |
| * Add signals Enabled/Disabled.Luiz Augusto von Dentz2007-04-161-2/+12
| |
| * Update network service documentation.Luiz Augusto von Dentz2007-04-161-12/+73
| |
| * network: missing assign src and path on server_register_from_fileClaudio Takahasi2007-04-161-0/+2
| |
| * network: added function to store/update server propertyClaudio Takahasi2007-04-162-32/+17
| |
| * network: missing append registered server paths to the listClaudio Takahasi2007-04-161-4/+10
| |
| * network: added server_remove_stored functionClaudio Takahasi2007-04-163-2/+21
| |
| * network: added connection_storeClaudio Takahasi2007-04-143-1/+40
| |