Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Some fixes for audio code prototype. | Luiz Augusto von Dentz | 2007-06-06 | 6 | -70/+106 | |
| | | ||||||
| * | Fix passing the right parameter to hs_disconnect | Johan Hedberg | 2007-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | Add more HFP support | Johan Hedberg | 2007-06-06 | 1 | -7/+20 | |
| | | ||||||
| * | Add "hfp" to known service identifiers | Johan Hedberg | 2007-06-06 | 1 | -0/+1 | |
| | | ||||||
| * | Another minor fix | Johan Hedberg | 2007-06-06 | 1 | -1/+3 | |
| | | ||||||
| * | Some cleanup of asserts and error handling | Johan Hedberg | 2007-06-06 | 1 | -5/+14 | |
| | | ||||||
| * | Properly handle a SCO connect() succeeding on the first try | Johan Hedberg | 2007-06-06 | 1 | -5/+6 | |
| | | ||||||
| * | Cleanup | Johan Hedberg | 2007-06-06 | 1 | -7/+12 | |
| | | ||||||
| * | Experiemental code for alsa plugin and ipc. | Luiz Augusto von Dentz | 2007-06-05 | 3 | -54/+307 | |
| | | ||||||
| * | Add support for linger timeout | Marcel Holtmann | 2007-06-05 | 2 | -8/+35 | |
| | | ||||||
| * | Revert acidental commit. | Luiz Augusto von Dentz | 2007-06-04 | 1 | -9/+0 | |
| | | ||||||
| * | Add experiemental code for audio service ipc. | Luiz Augusto von Dentz | 2007-06-04 | 2 | -11/+72 | |
| | | ||||||
| * | Fix FindDeviceByAddress API description | Johan Hedberg | 2007-06-04 | 1 | -3/+3 | |
| | | ||||||
| * | Implement Manager.FindDeviceByAddress method | Johan Hedberg | 2007-06-04 | 3 | -0/+53 | |
| | | ||||||
| * | Only call headset_free if the device actually has headset support | Johan Hedberg | 2007-05-31 | 1 | -1/+2 | |
| | | ||||||
| * | Add support for configuration file | Johan Hedberg | 2007-05-31 | 5 | -5/+89 | |
| | | ||||||
| * | Fix typo | Johan Hedberg | 2007-05-31 | 2 | -3/+3 | |
| | | ||||||
| * | Return error if no audio related services were found in a remote device | Johan Hedberg | 2007-05-31 | 1 | -0/+8 | |
| | | ||||||
| * | Ignore connection events for non-ACL links | Johan Hedberg | 2007-05-31 | 1 | -0/+3 | |
| | | ||||||
| * | Disable HFP support for now (since it's incomplete) | Johan Hedberg | 2007-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | Bring the audio code up-to-date with the current API spec | Johan Hedberg | 2007-05-31 | 5 | -105/+506 | |
| | | ||||||
| * | Update API descriptions to match current plan | Johan Hedberg | 2007-05-30 | 1 | -10/+11 | |
| | | ||||||
| * | Don't set MTU value to 48 | Marcel Holtmann | 2007-05-29 | 2 | -9/+12 | |
| | | ||||||
| * | Use global D-Bus connection for SDP transaction | Johan Hedberg | 2007-05-28 | 1 | -22/+19 | |
| | | ||||||
| * | Remove initial nul from the socket name define since the snprintf's take ↵ | Johan Hedberg | 2007-05-26 | 1 | -1/+1 | |
| | | | | | | | | care of not touching the first byte of the socket name | |||||
| * | Move more common stuff to ipc.h | Johan Hedberg | 2007-05-26 | 4 | -20/+12 | |
| | | ||||||
| * | Move unix socket functionality into unix.c | Johan Hedberg | 2007-05-26 | 5 | -77/+106 | |
| | | ||||||
| * | Add unix.c and unix.h skeletons | Marcel Holtmann | 2007-05-26 | 3 | -1/+52 | |
| | | ||||||
| * | Cleanup bdaddr conversions | Johan Hedberg | 2007-05-26 | 3 | -168/+90 | |
| | | ||||||
| * | serial: missing close the RFCOMM socket | Claudio Takahasi | 2007-05-25 | 1 | -5/+11 | |
| | | ||||||
| * | Add missing list functions | Marcel Holtmann | 2007-05-25 | 2 | -1/+36 | |
| | | ||||||
| * | serial API: missing ConnectionCanceled error | Claudio Takahasi | 2007-05-24 | 1 | -0/+2 | |
| | | ||||||
| * | serial: timeout leak removed, open_context struct removed | Claudio Takahasi | 2007-05-24 | 1 | -160/+122 | |
| | | ||||||
| * | serial: release the node when device open fails | Claudio Takahasi | 2007-05-24 | 1 | -0/+1 | |
| | | ||||||
| * | serial: Failed error is not returned by DisconnectService | Claudio Takahasi | 2007-05-24 | 1 | -1/+0 | |
| | | ||||||
| * | serial: release node called twice | Claudio Takahasi | 2007-05-24 | 1 | -4/+0 | |
| | | ||||||
| * | Update changelog and bump version numberutils-3.11 | Marcel Holtmann | 2007-05-24 | 2 | -1/+14 | |
| | | ||||||
| * | serial: close the file descriptor before release the RFCOMM device | Claudio Takahasi | 2007-05-24 | 1 | -4/+2 | |
| | | ||||||
| * | add name listener support | Johan Hedberg | 2007-05-24 | 1 | -34/+69 | |
| | | ||||||
| * | Get rid of unused audio reading & writing functionality (all of this should ↵ | Johan Hedberg | 2007-05-24 | 1 | -188/+4 | |
| | | | | | | | | be done on the alsa side) | |||||
| * | Added device class tracking | Claudio Takahasi | 2007-05-23 | 8 | -109/+98 | |
| | | ||||||
| * | Set input and output MTU when requested | Marcel Holtmann | 2007-05-23 | 1 | -0/+1 | |
| | | ||||||
| * | Set output MTU for listening sockets | Marcel Holtmann | 2007-05-23 | 1 | -0/+1 | |
| | | ||||||
| * | Fix some documentation problems. | Luiz Augusto von Dentz | 2007-05-22 | 1 | -4/+2 | |
| | | ||||||
| * | Minimize SDP root records and browse groups | Marcel Holtmann | 2007-05-22 | 5 | -89/+17 | |
| | | ||||||
| * | Use browse group descriptor list | Marcel Holtmann | 2007-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | Use server root if browse group is not public | Marcel Holtmann | 2007-05-22 | 1 | -3/+5 | |
| | | ||||||
| * | Update test script with last PANU connection | Marcel Holtmann | 2007-05-22 | 2 | -7/+13 | |
| | | ||||||
| * | Use same decoder for text and URL strings | Marcel Holtmann | 2007-05-22 | 1 | -51/+40 | |
| | | ||||||
| * | Add two more missing attributes | Marcel Holtmann | 2007-05-21 | 1 | -0/+8 | |
| | |