summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Only provide generic audio serviceMarcel Holtmann2007-04-085-25/+18
| |
| * Use generic service connect functionMarcel Holtmann2007-04-051-3/+3
| |
| * network: cancel pending auth if an error happens in the BNEP GIOChannelClaudio Takahasi2007-04-051-2/+7
| |
| * network: handle the GIOChannel errors properlyClaudio Takahasi2007-04-051-2/+3
| |
| * network: missing pending_reply initialization and connection ref/unrefClaudio Takahasi2007-04-051-6/+8
| |
| * Fix bug while disconnecting.Luiz Augusto von Dentz2007-04-052-4/+5
| |
| * input: missing close listen sockets(control/interrupt)Claudio Takahasi2007-04-051-0/+2
| |
| * input: fixed GIOChannel problem(CPU usage and invalid file descriptor close ↵Claudio Takahasi2007-04-051-2/+6
| | | | | | | | warning)
| * input: send CancelAuthorizationRequest if there is a pending authorizationClaudio Takahasi2007-04-041-1/+25
| |
| * input: Added authorization support for incomming connectionsClaudio Takahasi2007-04-044-8/+85
| |
| * Fix copy-pase typo in function nameJohan Hedberg2007-04-041-1/+1
| |
| * Add skeletons for missing methodsJohan Hedberg2007-04-041-1/+30
| |
| * Add basic plugin codeMarcel Holtmann2007-04-042-0/+24
| |
| * Add example asound.conf fileMarcel Holtmann2007-04-042-1/+8
| |
| * Add skeleton for generic ALSA pluginsMarcel Holtmann2007-04-045-1/+75
| |
| * Fix missing G_IO_NVAL handlingMarcel Holtmann2007-04-043-12/+12
| |
| * Update test setupMarcel Holtmann2007-04-031-6/+15
| |
| * Add storage code.Luiz Augusto von Dentz2007-04-023-17/+164
| |
| * Remove network, input and echo service from --enable-allMarcel Holtmann2007-04-012-4/+3
| |
| * Make headset service installableMarcel Holtmann2007-04-013-7/+25
| |
| * Add IsConnected() to dbus-api.txtJohan Hedberg2007-04-011-0/+2
| |
| * Get rid of some unnecessary static function prototypesJohan Hedberg2007-04-011-41/+32
| |
| * Implement IsConnected methodJohan Hedberg2007-04-011-0/+27
| |
| * network: fixed GIOChannel close/unref orderClaudio Takahasi2007-03-301-6/+3
| |
| * Add err_already_exists.Luiz Augusto von Dentz2007-03-302-0/+11
| |
| * Return an error when server already exist.Luiz Augusto von Dentz2007-03-301-3/+1
| |