Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added skeleton for dict based methods: Adapter.GetInfo, ↵ | Claudio Takahasi | 2007-03-21 | 2 | -0/+21 | |
| | | | | Adapter.GetRemoteInfo and Service.GetInfo | |||||
* | input: return an input error instead of forward it(from hcid). | Claudio Takahasi | 2007-03-21 | 3 | -25/+48 | |
| | ||||||
* | Fix error check for failed connect | Johan Hedberg | 2007-03-21 | 1 | -1/+1 | |
| | ||||||
* | network: added network API description skeleton | Claudio Takahasi | 2007-03-21 | 1 | -1/+105 | |
| | ||||||
* | Manager methods belong in the Manager interface | Johan Hedberg | 2007-03-21 | 1 | -1/+1 | |
| | ||||||
* | Add Bluetooth specific methods | Marcel Holtmann | 2007-03-21 | 1 | -0/+7 | |
| | ||||||
* | Add HAL namespace document | Marcel Holtmann | 2007-03-21 | 2 | -1/+20 | |
| | ||||||
* | Remove duplicate code and some minor fixes. | Luiz Augusto von Dentz | 2007-03-21 | 6 | -44/+94 | |
| | ||||||
* | input: added already connected error | Claudio Takahasi | 2007-03-21 | 3 | -1/+11 | |
| | ||||||
* | input: added possible errors returned by the methods. | Claudio Takahasi | 2007-03-21 | 1 | -3/+12 | |
| | ||||||
* | Missing connection attempt failed error for GetRemoteServiceHandles | Claudio Takahasi | 2007-03-21 | 1 | -0/+1 | |
| | ||||||
* | input: code cleanup | Claudio Takahasi | 2007-03-21 | 4 | -46/+40 | |
| | ||||||
* | Implement generic HAL device helpers | Marcel Holtmann | 2007-03-21 | 4 | -14/+49 | |
| | ||||||
* | Initial code of CreateConnection and RemoveConnection methods. | Luiz Augusto von Dentz | 2007-03-20 | 1 | -21/+79 | |
| | ||||||
* | Initial code of CreateServer and RemoveServer methods. | Luiz Augusto von Dentz | 2007-03-20 | 4 | -4/+86 | |
| | ||||||
* | Create a common HAL abstraction layer | Marcel Holtmann | 2007-03-20 | 6 | -5/+58 | |
| | ||||||
* | Add HAL device for testing | Marcel Holtmann | 2007-03-19 | 1 | -0/+11 | |
| | ||||||
* | Work around the missing D-Bus system bus | Marcel Holtmann | 2007-03-19 | 1 | -0/+4 | |
| | ||||||
* | Try to init the HAL context | Marcel Holtmann | 2007-03-19 | 3 | -2/+43 | |
| | ||||||
* | Check for HAL support | Marcel Holtmann | 2007-03-19 | 3 | -2/+9 | |
| | ||||||
* | Add skeleton for HAL support | Marcel Holtmann | 2007-03-19 | 3 | -1/+63 | |
| | ||||||
* | input: delete the stored input date when RemoveDevice is called | Claudio Takahasi | 2007-03-19 | 1 | -3/+6 | |
| | ||||||
* | input: code cleanup | Claudio Takahasi | 2007-03-19 | 1 | -10/+9 | |
| | ||||||
* | input: moving "struct input_device" to device.h | Claudio Takahasi | 2007-03-19 | 3 | -28/+27 | |
| | ||||||
* | input: handling encrypt_link function return value properly | Claudio Takahasi | 2007-03-19 | 1 | -2/+4 | |
| | ||||||
* | Moving input functions to the right files | Claudio Takahasi | 2007-03-19 | 9 | -974/+1029 | |
| | ||||||
* | Fix build, move errors to error file and add server registration. | Luiz Augusto von Dentz | 2007-03-19 | 6 | -14/+46 | |
| | ||||||
* | - Fix standalone init when there is no bluetooth adapter. | Luiz Augusto von Dentz | 2007-03-19 | 4 | -6/+33 | |
| | ||||||
* | update the sbc encoder from the working fixed-point code in the sbc project | Brad Midgley | 2007-03-17 | 4 | -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. | |||||
* | Initial implementation of network server interface. | Luiz Augusto von Dentz | 2007-03-16 | 1 | -0/+135 | |
| | ||||||
* | Add minimal support for bridge creation and removal | Marcel Holtmann | 2007-03-16 | 5 | -3/+125 | |
| | ||||||
* | Add error specific skeleton files | Marcel Holtmann | 2007-03-16 | 6 | -3/+104 | |
| | ||||||
* | Network: Added network connection methods skeleton | Claudio Takahasi | 2007-03-15 | 1 | -0/+127 | |
| | ||||||
* | Network: Added ListServers | Claudio Takahasi | 2007-03-15 | 1 | -1/+24 | |
| | ||||||
* | Network: Added unknown connection path fallback | Claudio Takahasi | 2007-03-13 | 1 | -1/+5 | |
| | ||||||
* | Add skeleton for manager interface | Marcel Holtmann | 2007-03-13 | 4 | -1/+65 | |
| | ||||||
* | Network: support for standalone start mode | Claudio Takahasi | 2007-03-12 | 1 | -0/+3 | |
| | ||||||
* | Fix segfault when no passkey agents are registered | Johan Hedberg | 2007-03-12 | 1 | -9/+9 | |
| | ||||||
* | Network: added server methods skeleton | Claudio Takahasi | 2007-03-12 | 2 | -0/+208 | |
| | ||||||
* | Add skeleton for manager interface | Marcel Holtmann | 2007-03-09 | 4 | -2/+70 | |
| | ||||||
* | Network: main loop creation | Claudio Takahasi | 2007-03-09 | 1 | -0/+42 | |
| | ||||||
* | Don't forget to link against GLib | Marcel Holtmann | 2007-03-09 | 1 | -2/+2 | |
| | ||||||
* | Add API document and service description file | Marcel Holtmann | 2007-03-09 | 2 | -0/+17 | |
| | ||||||
* | Create init and exit functions | Marcel Holtmann | 2007-03-09 | 3 | -0/+18 | |
| | ||||||
* | Add skeleton for network service | Marcel Holtmann | 2007-03-09 | 9 | -3/+171 | |
| | ||||||
* | Fix not result checking warning | Marcel Holtmann | 2007-03-09 | 1 | -1/+2 | |
| | ||||||
* | Removed dupplicated errno header include | Claudio Takahasi | 2007-03-09 | 1 | -1/+0 | |
| | ||||||
* | indicatecall | Brad Midgley | 2007-03-08 | 1 | -0/+18 | |
| | ||||||
* | flesh out headset object | Brad Midgley | 2007-03-08 | 1 | -0/+20 | |
| | ||||||
* | Input: useless code removed, stored devices are always created when the ↵ | Claudio Takahasi | 2007-03-06 | 1 | -35/+7 | |
| | | | | daemon initializes |