summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Added local agent in CreatePairedDeviceCidorvan Leite2008-04-106-35/+61
| |
| * simple-agent: added Authorize method handlerClaudio Takahasi2008-04-101-0/+6
| |
| * fixed wrong storage file nameClaudio Takahasi2008-04-101-1/+1
| |
| * Fix DeviceCreated/DeviceRemoved signal being emitted for temporary devices.Luiz Augusto von Dentz2008-04-092-9/+16
| |
| * Broken build: missing headersClaudio Takahasi2008-04-094-0/+4
| |
| * Added new function for plugin authorizationClaudio Takahasi2008-04-096-7/+110
| |
| * Fix temporary device removal not emitting DeviceRemoved.Luiz Augusto von Dentz2008-04-093-19/+29
| |
| * Fix CreatePairedDevice and CreateDevice behavior.Luiz Augusto von Dentz2008-04-085-248/+213
| |
| * cleanup: connection status is verified twice for RequestAuthorizationClaudio Takahasi2008-04-083-24/+14
| |
| * hcid: temporary devices, now devices created at incoming pairing are removed ↵Vinicius Gomes2008-04-073-5/+14
| | | | | | | | on disconnect.
| * agent Authorize: fixed wrong argument typeClaudio Takahasi2008-04-071-1/+1
| |
| * Print mpeg sep information.Luiz Augusto von Dentz2008-04-071-1/+94
| |
| * Add skeleton for storage pluginMarcel Holtmann2008-04-052-0/+46
| |
| * Fix agent double free on device removal.Luiz Augusto von Dentz2008-04-042-15/+16
| |
| * cleanup: unused listClaudio Takahasi2008-04-041-1/+0
| |
| * search_service cleanupClaudio Takahasi2008-04-034-7/+7
| |
| * hcid: fixing a segmentation fault, when the first pair failed.Vinicius Gomes2008-04-031-6/+1
| |
| * hcid: creating the device object when the pair is initiated by the remote ↵Vinicius Gomes2008-04-033-11/+42
| | | | | | | | device.
| * Update changelog and bump version numberutils-3.30Marcel Holtmann2008-04-032-1/+15
| |
| * Fix SetMode/SetProperty behavior so it actually call agent to confirm mode ↵Luiz Augusto von Dentz2008-04-021-34/+79
| | | | | | | | when the mode is lower.
| * Change last_mode to global_mode.Luiz Augusto von Dentz2008-04-022-9/+10
| |
| * Add RequestMode sessions support.Luiz Augusto von Dentz2008-04-022-17/+83
| |
| * request_mode_cb should be staticJohan Hedberg2008-04-021-1/+1
| |
| * Remove the avinfo_SOURCES line.Luiz Augusto von Dentz2008-04-021-1/+0
| |