Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update adapter documentation. | Luiz Augusto von Dentz | 2008-11-28 | 1 | -33/+0 |
| | |||||
* | Add documentation for PairableTimeout property. | Luiz Augusto von Dentz | 2008-11-27 | 1 | -0/+6 |
| | |||||
* | Introduce Pairable property. | Luiz Augusto von Dentz | 2008-11-20 | 1 | -0/+9 |
| | | | | | | | | | | | As the name suggest it tells when an adapter enter or leaves bondable mode, it works as follow: Pairable=true & Discoverable=true: limited IAC Pairable=true & Discoverable=false: pairable but inquiry scan disabled Pairable=false & Discoverable=true: inquiry scan enabled (with Generic IAC) but new pairings cannot be created (same as if there was no agent) Pairable=false & Discoverable=false: inquiry scan disabled & non-pairable (as if there was no agent) | ||||
* | Clarify the agent parameter usage with CreatePairedDevice | Johan Hedberg | 2008-11-18 | 1 | -0/+6 |
| | |||||
* | Implement first part of CancelDeviceCreation | Johan Hedberg | 2008-09-25 | 1 | -0/+8 |
| | | | | Currently only canceling of CreatePairedDevice is supported | ||||
* | Fix ReleaseSession documentation. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -1/+1 |
| | |||||
* | Mention the interaction between Powered and Discoverable | Marcel Holtmann | 2008-09-23 | 1 | -0/+4 |
| | |||||
* | Document mode handling changes | Marcel Holtmann | 2008-09-23 | 1 | -3/+39 |
| | |||||
* | Export list of devices and nodes via properties | Marcel Holtmann | 2008-09-16 | 1 | -0/+4 |
| | |||||
* | Rename DiscoverDevices to StartDiscovery, CancelDiscovery to StopDiscovery ↵ | Luiz Augusto von Dentz | 2008-09-04 | 1 | -12/+12 |
| | | | | and fix logic around Discovering property to reflect when the base band is busy. | ||||
* | Add service API documentation | Marcel Holtmann | 2008-09-03 | 1 | -47/+0 |
| | |||||
* | Make DiscoverDevices to create discover sessions. | Luiz Augusto von Dentz | 2008-08-29 | 1 | -13/+2 |
| | |||||
* | Mention a possible prefix to adapter and device path | Marcel Holtmann | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | Mark SDP and authorization methods as experimental for now | Marcel Holtmann | 2008-08-04 | 1 | -5/+5 |
| | |||||
* | Add capability parameter to CreatePairedDevice | Marcel Holtmann | 2008-06-03 | 1 | -1/+5 |
| | |||||
* | Add capability parameter for the agent registration | Marcel Holtmann | 2008-06-03 | 1 | -2/+9 |
| | |||||
* | Add methods for authorization | Marcel Holtmann | 2008-05-30 | 1 | -0/+18 |
| | |||||
* | Fix copy and paste bugs | Marcel Holtmann | 2008-05-29 | 1 | -4/+4 |
| | |||||
* | Update adapter documentation including ReleaseMode. | Luiz Augusto von Dentz | 2008-05-28 | 1 | -0/+6 |
| | |||||
* | Add methods for dealing with service record registration | Marcel Holtmann | 2008-03-15 | 1 | -0/+29 |
| | |||||
* | Update object paths to new root | Marcel Holtmann | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | Document the RequestMode method | Marcel Holtmann | 2008-03-14 | 1 | -0/+17 |
| | |||||
* | Mention the key/value pairs for DeviceFound signal | Marcel Holtmann | 2008-03-14 | 1 | -0/+5 |
| | |||||
* | Document agent register/unregister methods | Marcel Holtmann | 2008-03-13 | 1 | -0/+20 |
| | |||||
* | Update adapter API documentation | Marcel Holtmann | 2008-03-13 | 1 | -25/+93 |
| | |||||
* | Adapter: adding the new FindDevice method and documentation. | Vinicius Gomes | 2008-03-13 | 1 | -0/+7 |
| | |||||
* | Fix use of path for objects in adapter documentation. | Luiz Augusto von Dentz | 2008-03-12 | 1 | -4/+4 |
| | |||||
* | Add Adapter property to device and fix access mode of Name property in ↵ | Luiz Augusto von Dentz | 2008-03-10 | 1 | -1/+1 |
| | | | | adapter interface. | ||||
* | Change property PeriodicInquiry to PeriodicDiscovery. | Luiz Augusto von Dentz | 2008-03-10 | 1 | -1/+1 |
| | |||||
* | Update documentation | Marcel Holtmann | 2008-03-07 | 1 | -8/+10 |
| | |||||
* | Move documentation into doc directory | Marcel Holtmann | 2008-03-07 | 1 | -0/+101 |