summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * fixed service authorizationClaudio Takahasi2008-05-019-23/+176
| |
| * Fix possible memory leak when closing control channel.Luiz Augusto von Dentz2008-04-302-3/+5
| |
| * input: close interrupt channel after CreateDevice has been calledClaudio Takahasi2008-04-301-0/+2
| |
| * network: cleanupClaudio Takahasi2008-04-291-171/+222
| |
| * serial: using bt_rfcomm_connect functionClaudio Takahasi2008-04-291-85/+21
| |
| * Fix dbus calls to the same process.Luiz Augusto von Dentz2008-04-291-205/+33
| |
| * Fix possible memory leak where the records lists were not freed.Luiz Augusto von Dentz2008-04-291-12/+13
| |
| * Close sdp session before calling the application callback.Luiz Augusto von Dentz2008-04-291-2/+3
| |
| * Fixed psm endianness for l2cap connectionCidorvan Leite2008-04-291-1/+1
| |
| * AVDTP l2cap connection clean up in audio pluginCidorvan Leite2008-04-281-79/+19
| |
| * Fixed remote headset connection stateCidorvan Leite2008-04-251-0/+1
| |
| * Make input service to use libbluetooth-glib convenient functions.Luiz Augusto von Dentz2008-04-252-635/+103
| |
| * Make use of convenient function bt_sco_connectCidorvan Leite2008-04-251-86/+29
| |
| * Make use of convenient function bt_rfcomm_connect.Luiz Augusto von Dentz2008-04-251-273/+35
| |
| * Fix possible use of unitialized memory.Luiz Augusto von Dentz2008-04-251-1/+1
| |
| * Fixed memory leak in headset stop functionCidorvan Leite2008-04-251-3/+3
| |
| * Fix bugs on debug messages and fix Adapter property to be DBUS_TYPE_OBJECT_PATH.Luiz Augusto von Dentz2008-04-251-3/+3
| |
| * Add support of DBUS_TYPE_OBJECT_PATH to dbus_message_iter_append_variant.Luiz Augusto von Dentz2008-04-251-0/+3
| |
| * Fix discover services callback function.Luiz Augusto von Dentz2008-04-241-1/+1
| |
| * Close socket on bind failure, fix callback user_data to be the last ↵Luiz Augusto von Dentz2008-04-242-12/+18
| | | | | | | | parameter and pass uuid refence.
| * Make bt_rfcomm_connect to take a channel instead of record and export ↵Luiz Augusto von Dentz2008-04-232-20/+6
| | | | | | | | bt_sco_connect.
| * Introduce bt_sco_connect and some other fixes.Luiz Augusto von Dentz2008-04-231-40/+99
| |
| * Introduce g_io_channel_set_flags to eglib.Luiz Augusto von Dentz2008-04-232-15/+74
| |
| * Introduce bt_l2cap_connect.Luiz Augusto von Dentz2008-04-222-4/+73
| |
| * Don't use hci_disconnect for disconnection since it'll "eat up" the ↵Johan Hedberg2008-04-221-3/+10
| | | | | | | | disconnection complete event and the mainloop will never see it
| * First steps towards HSP HS role and Audio.Gateway D-Bus interface supportJohan Hedberg2008-04-212-33/+173
| |
| * Introduce bt_search_service and bt_rfcomm_connect.Luiz Augusto von Dentz2008-04-182-19/+196
| |
| * eglib: fixing the plugin loading when using the eglib.Vinicius Gomes2008-04-172-4/+4
| |
| * input: adding the new plugin authorizationVinicius Gomes2008-04-171-6/+35
| |
| * Added support for non-Bluetooth UUIDsCidorvan Leite2008-04-151-7/+12
| |
| * Fixed remove temporary deviceCidorvan Leite2008-04-151-3/+2
| |
| * Fix endiannes handling of connection handlesJohan Hedberg2008-04-153-5/+7
| |
| * Make bonding fail and clean up properly if storing the link key failsJohan Hedberg2008-04-151-3/+45
| |
| * Remove pin request even if status != 0Johan Hedberg2008-04-151-1/+4
| |
| * Fix typos and coding styleMarcel Holtmann2008-04-151-24/+22
| |
| * hcid: removing device object when some error occurs during bonding processVinicius Gomes2008-04-143-0/+21
| |
| * Fix bug on CreateDevice which doesn't check if the address given is valid.Luiz Augusto von Dentz2008-04-141-0/+3
| |
| * network: Use new Authorization APIClaudio Takahasi2008-04-141-27/+64
| |
| * Fix bug that happen when sdp discovery fails no reply is send.Luiz Augusto von Dentz2008-04-141-2/+4
| |
| * Do not emit DeviceCreated before sdp discover has complete.Luiz Augusto von Dentz2008-04-141-6/+0
| |
| * Use internal call when possible to authorize incoming connections.Luiz Augusto von Dentz2008-04-141-11/+26
| |
| * Don't optimize when debug is enabledMarcel Holtmann2008-04-111-5/+4
| |
| * network: fixes a memory leak when reading the Disable config option.Vinicius Gomes2008-04-111-1/+2
| |
| * Check if agent is already createdCidorvan Leite2008-04-111-0/+3
| |
| * Fixed memory leak and added address checkCidorvan Leite2008-04-111-9/+10
| |
| * hcid: now the DeviceCreated signal is sent only when the pairing is complete.Vinicius Gomes2008-04-111-0/+10
| |
| * Plugin auth cancel: call device's agent when it is availableClaudio Takahasi2008-04-111-2/+19
| |
| * Fix possible memory leak.Luiz Augusto von Dentz2008-04-111-3/+10
| |
| * Emit signals properly when removing a device.Luiz Augusto von Dentz2008-04-113-108/+114
| |
| * Plugin auth: use device's agent when it is availableClaudio Takahasi2008-04-111-2/+4
| |