summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * network: addded server_storeClaudio Takahasi2007-04-143-1/+31
| |
| * Fix code styleLuiz Augusto von Dentz2007-04-131-1/+1
| |
| * Handle errors bringing up interfaces on serversLuiz Augusto von Dentz2007-04-131-3/+5
| |
| * network: cleanup and added some FIXME tagsClaudio Takahasi2007-04-131-8/+6
| |
| * Bring up interfaces on serversLuiz Augusto von Dentz2007-04-131-1/+11
| |
| * network: removed not defined function(read_server_uuid)Claudio Takahasi2007-04-131-1/+0
| |
| * network: changed server_register signature and code cleanupClaudio Takahasi2007-04-133-19/+17
| |
| * network: moved register_nap_from_file to server_register_from file to ↵Claudio Takahasi2007-04-133-18/+13
| | | | | | | | support gn and nap registration
| * network: added register_nap_from_fileClaudio Takahasi2007-04-133-21/+71
| |
| * network: changed connection_register prototypeClaudio Takahasi2007-04-133-40/+50
| |
| * network: added functions prototypes for nap/gn registrationClaudio Takahasi2007-04-132-2/+16
| |
| * network: added code to parse the network fileClaudio Takahasi2007-04-131-14/+57
| |
| * network: initial skeleton to register stored network NAP/GN/PANUClaudio Takahasi2007-04-131-14/+26
| |
| * network: code cleanupClaudio Takahasi2007-04-131-24/+22
| |
| * Add headset.h to +bluetoothd_service_audio_SOURCESJohan Hedberg2007-04-131-1/+1
| |
| * Cleanup and small fixesJohan Hedberg2007-04-135-124/+162
| |
| * Fix code style.Luiz Augusto von Dentz2007-04-121-1/+1
| |
| * Fix warning on build.Luiz Augusto von Dentz2007-04-121-1/+1
| |
| * network: changed the server D-Bus path and moved storage functions to manager.cClaudio Takahasi2007-04-124-81/+70
| |
| * Add FindConnection method, bug fixes for disconnect events.Luiz Augusto von Dentz2007-04-123-8/+78
| |
| * A little more refactoringJohan Hedberg2007-04-124-106/+102
| |
| * Remove unused functionsJohan Hedberg2007-04-122-9/+0
| |
| * network: added initial code to register stored serversClaudio Takahasi2007-04-121-6/+59
| |
| * network: use global server/connection list for managerClaudio Takahasi2007-04-121-52/+22
| |
| * Fix bug on GetInterface.Luiz Augusto von Dentz2007-04-121-1/+2
| |
| * network: code cleanupClaudio Takahasi2007-04-121-40/+23
| |
| * Redo the manager-headset splitup by using object paths as public identifiers ↵Johan Hedberg2007-04-125-245/+225
| | | | | | | | for headsets
| * Keep the device structure localMarcel Holtmann2007-04-123-44/+61
| |
| * Let the manager use global variablesMarcel Holtmann2007-04-114-162/+107
| |
| * fixed commentaryClaudio Takahasi2007-04-111-1/+4
| |
| * Use global device list for managerMarcel Holtmann2007-04-111-75/+54
| |
| * input manager: fixed code standardClaudio Takahasi2007-04-111-25/+38
| |
| * input manager: read all /var/lib/bluetooth/*/input files when the service startsClaudio Takahasi2007-04-111-28/+36
| |
| * input manager: delete the stored input info based on the input device ↵Claudio Takahasi2007-04-111-1/+1
| | | | | | | | source/destination address
| * input manager: use the default adapter to create a new device.Claudio Takahasi2007-04-111-3/+16
| |
| * Added remote device info dictionaryClaudio Takahasi2007-04-111-4/+106
| |
| * Add signals for adding and removing trustJohan Hedberg2007-04-113-9/+45
| |
| * Cleanup, minor fixes, and missing signalsJohan Hedberg2007-04-111-16/+54
| |
| * Implement ListHeadsets methodJohan Hedberg2007-04-111-1/+25
| |
| * Implement ChangeDefaultHeadset and RemoveHeadset methodsJohan Hedberg2007-04-113-11/+96
| |
| * Add first step of ALSA plugin integrationMarcel Holtmann2007-04-105-6/+275
| |
| * Fixed major/minor class in Adapter.GetInfoClaudio Takahasi2007-04-101-1/+1
| |
| * Implement global trust settingJohan Hedberg2007-04-108-40/+158
| |
| * Rename functions for consistencyJohan Hedberg2007-04-104-34/+34
| |
| * Audio service refactoring: move all manager functions to manager.cJohan Hedberg2007-04-105-405/+444
| |
| * Only compile SBC library if ALSA is enabledMarcel Holtmann2007-04-101-0/+2
| |
| * Simple process communicationMarcel Holtmann2007-04-092-2/+325
| |
| * Fix some forgotton leftoversMarcel Holtmann2007-04-084-6/+16
| |
| * Add generic audio service initMarcel Holtmann2007-04-084-105/+96
| |
| * Call it audio serviceMarcel Holtmann2007-04-081-41/+4
| |