summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * network: Added Server.GetSecurity()Claudio Takahasi2007-03-221-4/+16
| |
| * network: removed err_generic functionClaudio Takahasi2007-03-223-12/+3
| |
| * network: Added Server.SetNameClaudio Takahasi2007-03-223-6/+37
| |
| * network: Added Server.GetName()Claudio Takahasi2007-03-221-4/+19
| |
| * input API: added device Connected/Disconnected signalsClaudio Takahasi2007-03-221-0/+6
| |
| * input: Added the Disconnect signalClaudio Takahasi2007-03-221-1/+10
| |
| * input: added Connected signalClaudio Takahasi2007-03-221-5/+19
| |
| * network: Added Server.GetUUID()Claudio Takahasi2007-03-223-7/+28
| |
| * input: Removed SetTimeout(method not defined)Claudio Takahasi2007-03-221-10/+0
| |
| * input: minor code standard fixesClaudio Takahasi2007-03-223-55/+55
| |
| * Added description for dictionary based methods: Adapter.GetInfo, ↵Claudio Takahasi2007-03-221-2/+14
| | | | | | | | Adapter.GetRemoteInfo and Service.GetInfo
| * Added adapter dict: adapter.GetInfo()Claudio Takahasi2007-03-211-20/+69
| |
| * Allow disabling of pand compilation and installationMarcel Holtmann2007-03-212-0/+10
| |
| * Install the network service if enabledMarcel Holtmann2007-03-211-1/+1
| |
| * Add basic GetInfo() and GetRemoteInfo() supportMarcel Holtmann2007-03-211-2/+51
| |
| * Add file for shared functionsMarcel Holtmann2007-03-213-1/+51
| |
| * Implement full Service.GetInfo() supportMarcel Holtmann2007-03-212-3/+13
| |
| * Move dictionary helper to common codeMarcel Holtmann2007-03-213-29/+35
| |
| * Add helper for adding dictionary entriesMarcel Holtmann2007-03-211-15/+31
| |
| * Add example for the dictionary based info methodsMarcel Holtmann2007-03-211-2/+36
| |
| * Add functions for creating and removing HAL devicesMarcel Holtmann2007-03-214-13/+57
| |
| * Added skeleton for dict based methods: Adapter.GetInfo, ↵Claudio Takahasi2007-03-212-0/+21
| | | | | | | | Adapter.GetRemoteInfo and Service.GetInfo
| * input: return an input error instead of forward it(from hcid).Claudio Takahasi2007-03-213-25/+48
| |
| * Fix error check for failed connectJohan Hedberg2007-03-211-1/+1
| |
| * network: added network API description skeletonClaudio Takahasi2007-03-211-1/+105
| |
| * Manager methods belong in the Manager interfaceJohan Hedberg2007-03-211-1/+1
| |
| * Add Bluetooth specific methodsMarcel Holtmann2007-03-211-0/+7
| |
| * Add HAL namespace documentMarcel Holtmann2007-03-212-1/+20
| |
| * Remove duplicate code and some minor fixes.Luiz Augusto von Dentz2007-03-216-44/+94
| |
| * input: added already connected errorClaudio Takahasi2007-03-213-1/+11
| |
| * input: added possible errors returned by the methods.Claudio Takahasi2007-03-211-3/+12
| |
| * Missing connection attempt failed error for GetRemoteServiceHandlesClaudio Takahasi2007-03-211-0/+1
| |
| * input: code cleanupClaudio Takahasi2007-03-214-46/+40
| |
| * Implement generic HAL device helpersMarcel Holtmann2007-03-214-14/+49
| |
| * Initial code of CreateConnection and RemoveConnection methods.Luiz Augusto von Dentz2007-03-201-21/+79
| |
| * Initial code of CreateServer and RemoveServer methods.Luiz Augusto von Dentz2007-03-204-4/+86
| |
| * Create a common HAL abstraction layerMarcel Holtmann2007-03-206-5/+58
| |
| * Add HAL device for testingMarcel Holtmann2007-03-191-0/+11
| |
| * Work around the missing D-Bus system busMarcel Holtmann2007-03-191-0/+4
| |
| * Try to init the HAL contextMarcel Holtmann2007-03-193-2/+43
| |
| * Check for HAL supportMarcel Holtmann2007-03-193-2/+9
| |
| * Add skeleton for HAL supportMarcel Holtmann2007-03-193-1/+63
| |
| * input: delete the stored input date when RemoveDevice is calledClaudio Takahasi2007-03-191-3/+6
| |
| * input: code cleanupClaudio Takahasi2007-03-191-10/+9
| |
| * input: moving "struct input_device" to device.hClaudio Takahasi2007-03-193-28/+27
| |
| * input: handling encrypt_link function return value properlyClaudio Takahasi2007-03-191-2/+4
| |
| * Moving input functions to the right filesClaudio Takahasi2007-03-199-974/+1029
| |
| * Fix build, move errors to error file and add server registration.Luiz Augusto von Dentz2007-03-196-14/+46
| |
| * - Fix standalone init when there is no bluetooth adapter.Luiz Augusto von Dentz2007-03-194-6/+33
| |
| * update the sbc encoder from the working fixed-point code in the sbc projectBrad Midgley2007-03-174-23/+1453
| | | | | | | | | | I also tagged the sbc project with "copied-to-bluez-utils" at the same time. We will do sbc work under bluez and sync it with the old sbc project if necessary.