Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add disconnection delay and RemoteDeviceDisconnectRequested signal for the ↵ | Johan Hedberg | 2007-01-03 | 7 | -23/+129 | |
| | | | | | | | | DisconnectRemoteDevice method | |||||
| * | Move ListRecentRemoteDevices and ListRemoteDevices documentation to correct ↵ | Johan Hedberg | 2007-01-03 | 1 | -14/+14 | |
| | | | | | | | | place | |||||
| * | Update changelog and bump version numberutils-3.8 | Marcel Holtmann | 2006-12-25 | 2 | -1/+14 | |
| | | ||||||
| * | Add missing include | Marcel Holtmann | 2006-12-25 | 1 | -0/+1 | |
| | | ||||||
| * | Add support for GetRemoteFeatures method | Marcel Holtmann | 2006-12-25 | 2 | -0/+60 | |
| | | ||||||
| * | Disable methods that are marked as experimental | Marcel Holtmann | 2006-12-25 | 3 | -8/+45 | |
| | | ||||||
| * | Add more experimental markers | Marcel Holtmann | 2006-12-25 | 1 | -6/+4 | |
| | | ||||||
| * | Add missing experimental marker | Marcel Holtmann | 2006-12-25 | 1 | -9/+8 | |
| | | ||||||
| * | Remove ylwrap on cleanup | Marcel Holtmann | 2006-12-24 | 1 | -1/+1 | |
| | | ||||||
| * | Add authentication, encryption and role switch options | Marcel Holtmann | 2006-12-24 | 2 | -9/+73 | |
| | | ||||||
| * | More accurate class of device decoding for hcitool and hciconfig | Johan Hedberg | 2006-12-20 | 2 | -11/+139 | |
| | | ||||||
| * | Update method names to resemble more closely the current API draft | Johan Hedberg | 2006-12-19 | 1 | -5/+3 | |
| | | ||||||
| * | Plug memory leak in OOR device list | Johan Hedberg | 2006-12-18 | 1 | -2/+5 | |
| | | ||||||
| * | Code cleanup | Johan Hedberg | 2006-12-18 | 1 | -23/+7 | |
| | | ||||||
| * | Add initial version of the audio API document | Marcel Holtmann | 2006-12-06 | 2 | -0/+43 | |
| | | ||||||
| * | Missing autostart requirements: it is necessary make it configurable. | Claudio Takahasi | 2006-12-04 | 1 | -0/+5 | |
| | | ||||||
| * | Reporting missing authorization requests cancel when stopping/unregistering ↵ | Claudio Takahasi | 2006-12-04 | 1 | -0/+4 | |
| | | | | | | | | adapters | |||||
| * | Reporting dbus-api "void" confuse meaning for message replies | Claudio Takahasi | 2006-12-04 | 1 | -0/+8 | |
| | | ||||||
| * | reporting missing functionality: AuthorizeService and ↵ | Claudio Takahasi | 2006-12-04 | 1 | -0/+5 | |
| | | | | | | | | CancelAuthorizationProcess must be accepted in the adapters path | |||||
| * | More robust handling of scan mode change during a HCI_DEV_UP event | Johan Hedberg | 2006-12-04 | 1 | -39/+47 | |
| | | ||||||
| * | Truested devices:changed error names and integration with AuthorizeService | Claudio Takahasi | 2006-12-04 | 5 | -9/+33 | |
| | | ||||||
| * | Add device ids for Logitech diNovo Laser keyboard and mouse | Marcel Holtmann | 2006-12-03 | 1 | -0/+2 | |
| | | ||||||
| * | Send RemoteDeviceDisconnected for all connected devices when HCI_DEV_DOWN ↵ | Claudio Takahasi | 2006-11-29 | 1 | -7/+24 | |
| | | | | | | | | event is received | |||||
| * | new issue: how reply properly to a msg sent to not registered service path | Claudio Takahasi | 2006-11-28 | 1 | -0/+10 | |
| | | ||||||
| * | Support for providing input and output files for audio | Johan Hedberg | 2006-11-28 | 1 | -5/+157 | |
| | | ||||||
| * | Fixed code standard for dbus_message_get_args: check the return value ↵ | Claudio Takahasi | 2006-11-28 | 3 | -263/+66 | |
| | | | | | | | | instead of the error content | |||||
| * | Updated TODO list | Claudio Takahasi | 2006-11-27 | 1 | -3/+20 | |
| | | ||||||
| * | Add simple introspection support | Johan Hedberg | 2006-11-27 | 1 | -0/+4 | |
| | | ||||||
| * | Implement SpeakerGainChanged and MicrophoneGainChanged signals | Johan Hedberg | 2006-11-27 | 1 | -1/+34 | |
| | | ||||||
| * | Use multibyte friendly checks instead of isprint() | Marcel Holtmann | 2006-11-26 | 2 | -10/+18 | |
| | | ||||||
| * | More implementation. E.g. signals and Play and Stop methods | Johan Hedberg | 2006-11-24 | 1 | -77/+266 | |
| | | ||||||
| * | Implement AT command parsing | Johan Hedberg | 2006-11-24 | 1 | -8/+119 | |
| | | ||||||
| * | Updated possible errors returned by Manager methods | Claudio Takahasi | 2006-11-23 | 1 | -0/+36 | |
| | | ||||||
| * | Don't forget to mention the --xml option in the manual page | Marcel Holtmann | 2006-11-23 | 1 | -4/+4 | |
| | | ||||||
| * | Add support for XML view of service records | Marcel Holtmann | 2006-11-23 | 2 | -5/+37 | |
| | | ||||||
| * | Implement ring timer and CancelRinging method | Johan Hedberg | 2006-11-22 | 1 | -5/+78 | |
| | | ||||||
| * | Fix RING string | Johan Hedberg | 2006-11-22 | 1 | -1/+1 | |
| | | ||||||
| * | Implement Ring method | Johan Hedberg | 2006-11-22 | 1 | -1/+39 | |
| | | ||||||
| * | Cleanup | Johan Hedberg | 2006-11-22 | 1 | -16/+10 | |
| | | ||||||
| * | Use AddServiceRecordFromXML as method name | Marcel Holtmann | 2006-11-22 | 3 | -3/+3 | |
| | | ||||||
| * | Add examples for SPP and FTP | Marcel Holtmann | 2006-11-22 | 3 | -1/+64 | |
| | | ||||||
| * | Add another example service record | Marcel Holtmann | 2006-11-22 | 3 | -11/+38 | |
| | | ||||||
| * | Use "boolean" instead of "bool" | Marcel Holtmann | 2006-11-22 | 1 | -1/+1 | |
| | | ||||||
| * | Fix UUID16 parsing | Marcel Holtmann | 2006-11-22 | 1 | -1/+3 | |
| | | ||||||
| * | Add first draft XML based service record registration | Marcel Holtmann | 2006-11-22 | 6 | -26/+845 | |
| | | ||||||
| * | Typo | Marcel Holtmann | 2006-11-22 | 1 | -1/+1 | |
| | | ||||||
| * | Don't change scan enable on devup | Marcel Holtmann | 2006-11-21 | 1 | -5/+0 | |
| | | ||||||
| * | Fall back to hcid.conf setting if offmode=devdown, mode is "off", and ↵ | Johan Hedberg | 2006-11-21 | 1 | -7/+5 | |
| | | | | | | | | somebody does a DEVUP | |||||
| * | Improve "off" mode behaviour when offmode=devdown | Johan Hedberg | 2006-11-21 | 2 | -7/+21 | |
| | | ||||||
| * | Add support for XML based service records | Marcel Holtmann | 2006-11-21 | 1 | -33/+96 | |
| | |