summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Check return values of write() and ftruncate()Marcel Holtmann2006-07-261-3/+11
| |
| * Get the return value for write() callMarcel Holtmann2006-07-261-2/+2
| |
| * Fix the other missing storage functionsMarcel Holtmann2006-07-264-37/+26
| |
| * Create storage filenames with a generic functionMarcel Holtmann2006-07-261-18/+21
| |
| * GetName: always try to read the stored name firstJohan Hedberg2006-07-261-10/+4
| |
| * GetName: use local storage file if the adapter is DOWNJohan Hedberg2006-07-261-2/+14
| |
| * Allow storing of all UTF-8 remote device names (the same fix was alreadyJohan Hedberg2006-07-191-3/+3
| | | | | | | | done for local names).
| * Add Inquiry Result with RSSI support for Kensington dongleMarcel Holtmann2006-07-141-0/+2
| |
| * Don't send BondingCreated on link key renewClaudio Takahasi2006-07-104-5/+47
| |
| * Sleep only 100 msecs for device detectionMarcel Holtmann2006-07-061-2/+2
| |
| * Sleep only 100 msecs for device detectionMarcel Holtmann2006-07-061-4/+4
| |
| * Add option for boot protocol only modeMarcel Holtmann2006-07-051-13/+22
| |
| * Allow connects to multiple remote devicesMarcel Holtmann2006-07-052-26/+32
| |
| * Add Inquiry Result with RSSI support for another Broadcom dongleMarcel Holtmann2006-07-041-3/+6
| |
| * Fixed timeout for pending replyClaudio Takahasi2006-06-304-39/+101
| |
| * Use generic reset method for Broadcom chipsMarcel Holtmann2006-06-291-2/+2
| |
| * Add support for changing the BD_ADDR of ISSC chipsMarcel Holtmann2006-06-291-13/+14
| |
| * Include sys/param.h for PATH_MAX when cross-compilingMarcel Holtmann2006-06-2710-0/+10
| |
| * Add another Inquiry with RSSI quirkMarcel Holtmann2006-06-261-4/+8
| |
| * Update possible minor classesMarcel Holtmann2006-06-263-2/+134
| |
| * Add additional PS related optionsMarcel Holtmann2006-06-261-15/+22
| |
| * Accept list of bytes as input for key valuesMarcel Holtmann2006-06-201-12/+12
| |
| * Only check for the low-level D-Bus libraryMarcel Holtmann2006-06-201-1/+1
| |
| * Remove deleted configuration optionsMarcel Holtmann2006-06-181-24/+1
| |
| * Update changelog and bump version numberutils-3.1Marcel Holtmann2006-06-172-1/+10
| |
| * Don't configure raw devicesMarcel Holtmann2006-06-171-0/+9
| |
| * Ignore devices in raw modeMarcel Holtmann2006-06-171-1/+13
| |
| * Add build ids for new sniffer firmwaresMarcel Holtmann2006-06-171-0/+6
| |
| * Only read remote extended features if local adapter supports itMarcel Holtmann2006-06-171-1/+1
| |
| * Mention the D-Bus requirementMarcel Holtmann2006-06-171-0/+1
| |
| * Remove auth and encrypt settings (security mode 3)Marcel Holtmann2006-06-175-39/+1
| |
| * Remove inquiry mode settingMarcel Holtmann2006-06-174-31/+33
| |
| * Add another build id for the "marcel" specific firmwareMarcel Holtmann2006-06-161-0/+1
| |
| * Use uint16 for PSM in the HID keyboard recordMarcel Holtmann2006-06-151-7/+7
| |
| * Allow reading sample data from a fileMarcel Holtmann2006-06-142-40/+70
| |
| * Fix busy loop in UUID extraction routineMarcel Holtmann2006-06-141-10/+17
| |
| * Add support for changing Broadcom device addressesMarcel Holtmann2006-06-141-0/+29
| |
| * Adapt possible record rangeMarcel Holtmann2006-06-141-1/+1
| |
| * Mention the requirement for bluez-libs-3.0utils-3.0Marcel Holtmann2006-06-091-0/+3
| |
| * Update changelog and bump version numberMarcel Holtmann2006-06-092-1/+4
| |
| * Remove BondingFailed signal for nowMarcel Holtmann2006-06-092-5/+11
| |
| * Send D-Bus signal before storing class of device valueMarcel Holtmann2006-06-091-2/+2
| |
| * Change RemoteDeviceFound signal and add RemoteClassUpdated signalMarcel Holtmann2006-06-084-54/+84
| |
| * Added pairing peer address verification before disconnect. External apps can ↵Claudio Takahasi2006-06-083-11/+3
| | | | | | | | request authentication while a D-Bus request is pending.
| * PIN code request timeout: replaced disconnect by PIN code negative reply cmdClaudio Takahasi2006-06-073-17/+10
| |
| * Timeout for PIN requestClaudio Takahasi2006-06-073-1/+40
| |
| * Removed extra DiscoveryCompleted signal on GetRemoteName deferredClaudio Takahasi2006-06-073-96/+100
| |
| * Add simple introspection supportMarcel Holtmann2006-06-064-4/+38
| |
| * More fixes for the gboolean transitionMarcel Holtmann2006-06-061-14/+9
| |
| * Fix checks for register_dbus_path() return valueMarcel Holtmann2006-06-061-2/+2
| |