Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make serial to use libgdbus functions. | Luiz Augusto von Dentz | 2008-06-03 | 2 | -246/+201 |
| | |||||
* | Make audio service to use libgdbus functions. | Luiz Augusto von Dentz | 2008-06-02 | 5 | -334/+302 |
| | |||||
* | Rename RequestPasskey to RequestPinCode | Johan Hedberg | 2008-05-30 | 3 | -23/+28 |
| | |||||
* | Fix method callback name | Marcel Holtmann | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | Switch RequestPinCode and and RequestPasskey methods | Johan Hedberg | 2008-05-30 | 1 | -2/+2 |
| | |||||
* | Update simple agent implementation | Marcel Holtmann | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | Document method callbacks for Simple Pairing | Marcel Holtmann | 2008-05-30 | 1 | -3/+36 |
| | |||||
* | Remove HFP specific stuff from Headset API | Johan Hedberg | 2008-05-30 | 1 | -18/+0 |
| | |||||
* | Rename the transport types with proper BT_IO prefix | Marcel Holtmann | 2008-05-30 | 2 | -14/+15 |
| | |||||
* | Fix typo | Marcel Holtmann | 2008-05-30 | 1 | -2/+2 |
| | |||||
* | Add example for device names | Marcel Holtmann | 2008-05-30 | 1 | -1/+2 |
| | |||||
* | Fix whitespaces | Marcel Holtmann | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | Update new network API | Marcel Holtmann | 2008-05-30 | 1 | -5/+6 |
| | |||||
* | Add initial implementation of BtIO API. | Luiz Augusto von Dentz | 2008-05-30 | 2 | -122/+396 |
| | |||||
* | Add methods for authorization | Marcel Holtmann | 2008-05-30 | 1 | -0/+18 |
| | |||||
* | Add initial version of new audio API | Marcel Holtmann | 2008-05-29 | 2 | -1/+155 |
| | |||||
* | Remove CancelConnect implementation | Marcel Holtmann | 2008-05-29 | 1 | -10/+3 |
| | |||||
* | Remove CancelConnect methods | Marcel Holtmann | 2008-05-29 | 3 | -14/+12 |
| | |||||
* | Remove GDBusDisconnectFunction type | Marcel Holtmann | 2008-05-29 | 2 | -5/+3 |
| | |||||
* | Change name_listener API to libgdbus watch API | Johan Hedberg | 2008-05-29 | 11 | -196/+141 |
| | |||||
* | Document the DiscoverServices() and CancelDiscovery() methods | Marcel Holtmann | 2008-05-29 | 1 | -0/+23 |
| | |||||
* | Fix copy and paste bugs | Marcel Holtmann | 2008-05-29 | 1 | -4/+4 |
| | |||||
* | Add currently implemented features of the Control interface to the API doc | Johan Hedberg | 2008-05-29 | 1 | -2/+11 |
| | |||||
* | Add first draft of new network API | Marcel Holtmann | 2008-05-29 | 2 | -1/+41 |
| | |||||
* | Add missing method skeletons | Marcel Holtmann | 2008-05-29 | 1 | -2/+19 |
| | |||||
* | Add CancelConnect() and IsConnected() methods | Marcel Holtmann | 2008-05-29 | 1 | -0/+11 |
| | |||||
* | Register network service as network driver | Marcel Holtmann | 2008-05-29 | 1 | -17/+28 |
| | |||||
* | Replace struct device with struct audio_device | Marcel Holtmann | 2008-05-29 | 15 | -200/+215 |
| | |||||
* | Add input interface driver handlers | Marcel Holtmann | 2008-05-29 | 1 | -9/+50 |
| | |||||
* | Handle the service UUID mapping via device driver | Marcel Holtmann | 2008-05-29 | 2 | -5/+5 |
| | |||||
* | Add basic API document for new input interface | Marcel Holtmann | 2008-05-29 | 2 | -1/+30 |
| | |||||
* | Add serial API documentation | Marcel Holtmann | 2008-05-28 | 2 | -1/+33 |
| | |||||
* | Update adapter documentation including ReleaseMode. | Luiz Augusto von Dentz | 2008-05-28 | 1 | -0/+6 |
| | |||||
* | Fix ReleaseMode parameters. | Luiz Augusto von Dentz | 2008-05-28 | 1 | -1/+1 |
| | |||||
* | Introduce ReleaseMode to Adapter interface. | Luiz Augusto von Dentz | 2008-05-28 | 1 | -0/+22 |
| | |||||
* | Add basic D-Bus skeleton | Marcel Holtmann | 2008-05-28 | 1 | -3/+38 |
| | |||||
* | Add first skeletion of device driver integration | Marcel Holtmann | 2008-05-28 | 3 | -0/+57 |
| | |||||
* | input: removed old authorization method | Claudio Takahasi | 2008-05-28 | 3 | -89/+4 |
| | |||||
* | Convert network connection handling to gdbus API | Marcel Holtmann | 2008-05-27 | 1 | -173/+121 |
| | |||||
* | Fix some handling of error cases | Marcel Holtmann | 2008-05-27 | 1 | -22/+25 |
| | |||||
* | Use guint identifier for all name_listener operations | Johan Hedberg | 2008-05-27 | 11 | -165/+174 |
| | |||||
* | Convert network manager interface to use gdbus API | Marcel Holtmann | 2008-05-27 | 3 | -227/+155 |
| | |||||
* | Cleanup: more unused functions | Claudio Takahasi | 2008-05-27 | 3 | -92/+0 |
| | |||||
* | Added missing braces | Cidorvan Leite | 2008-05-27 | 1 | -1/+2 |
| | |||||
* | Fix user data issue when removing device | Marcel Holtmann | 2008-05-27 | 1 | -23/+34 |
| | |||||
* | Don't forget user data on interface registration | Marcel Holtmann | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | Cleanup: unused function | Claudio Takahasi | 2008-05-27 | 2 | -28/+0 |
| | |||||
* | Convert the input device handling to gdbus API | Marcel Holtmann | 2008-05-27 | 2 | -123/+77 |
| | |||||
* | Use message sending helpers | Marcel Holtmann | 2008-05-27 | 2 | -19/+7 |
| | |||||
* | Add helpers for sending async replies | Marcel Holtmann | 2008-05-27 | 2 | -0/+49 |
| |