Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network: Fixed string/service id/uuid convertion functions | Claudio Takahasi | 2007-03-23 | 4 | -34/+59 |
| | |||||
* | Connection code. | Luiz Augusto von Dentz | 2007-03-22 | 1 | -19/+278 |
| | |||||
* | Add bnep_init and bnep_cleanup to manager. | Luiz Augusto von Dentz | 2007-03-22 | 1 | -0/+8 |
| | |||||
* | Add err_connection_failed. | Luiz Augusto von Dentz | 2007-03-22 | 2 | -0/+12 |
| | |||||
* | network: returning a better message content in the D-Bus error for invalid ↵ | Claudio Takahasi | 2007-03-22 | 1 | -3/+8 |
| | | | | arguments | ||||
* | network: added Server.SetRouting | Claudio Takahasi | 2007-03-22 | 1 | -4/+36 |
| | |||||
* | Initial code of bnep common. | Luiz Augusto von Dentz | 2007-03-22 | 2 | -0/+157 |
| | |||||
* | network: Added Server.SetSecurity | Claudio Takahasi | 2007-03-22 | 1 | -3/+23 |
| | |||||
* | network: Added Server.GetSecurity() | Claudio Takahasi | 2007-03-22 | 1 | -4/+16 |
| | |||||
* | network: removed err_generic function | Claudio Takahasi | 2007-03-22 | 3 | -12/+3 |
| | |||||
* | network: Added Server.SetName | Claudio Takahasi | 2007-03-22 | 3 | -6/+37 |
| | |||||
* | network: Added Server.GetName() | Claudio Takahasi | 2007-03-22 | 1 | -4/+19 |
| | |||||
* | input API: added device Connected/Disconnected signals | Claudio Takahasi | 2007-03-22 | 1 | -0/+6 |
| | |||||
* | input: Added the Disconnect signal | Claudio Takahasi | 2007-03-22 | 1 | -1/+10 |
| | |||||
* | input: added Connected signal | Claudio Takahasi | 2007-03-22 | 1 | -5/+19 |
| | |||||
* | network: Added Server.GetUUID() | Claudio Takahasi | 2007-03-22 | 3 | -7/+28 |
| | |||||
* | input: Removed SetTimeout(method not defined) | Claudio Takahasi | 2007-03-22 | 1 | -10/+0 |
| | |||||
* | input: minor code standard fixes | Claudio Takahasi | 2007-03-22 | 3 | -55/+55 |
| | |||||
* | Added description for dictionary based methods: Adapter.GetInfo, ↵ | Claudio Takahasi | 2007-03-22 | 1 | -2/+14 |
| | | | | Adapter.GetRemoteInfo and Service.GetInfo | ||||
* | Added adapter dict: adapter.GetInfo() | Claudio Takahasi | 2007-03-21 | 1 | -20/+69 |
| | |||||
* | Allow disabling of pand compilation and installation | Marcel Holtmann | 2007-03-21 | 2 | -0/+10 |
| | |||||
* | Install the network service if enabled | Marcel Holtmann | 2007-03-21 | 1 | -1/+1 |
| | |||||
* | Add basic GetInfo() and GetRemoteInfo() support | Marcel Holtmann | 2007-03-21 | 1 | -2/+51 |
| | |||||
* | Add file for shared functions | Marcel Holtmann | 2007-03-21 | 3 | -1/+51 |
| | |||||
* | Implement full Service.GetInfo() support | Marcel Holtmann | 2007-03-21 | 2 | -3/+13 |
| | |||||
* | Move dictionary helper to common code | Marcel Holtmann | 2007-03-21 | 3 | -29/+35 |
| | |||||
* | Add helper for adding dictionary entries | Marcel Holtmann | 2007-03-21 | 1 | -15/+31 |
| | |||||
* | Add example for the dictionary based info methods | Marcel Holtmann | 2007-03-21 | 1 | -2/+36 |
| | |||||
* | Add functions for creating and removing HAL devices | Marcel Holtmann | 2007-03-21 | 4 | -13/+57 |
| | |||||
* | 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 |
| |