summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove request from pending list before freeing itJohan Hedberg2007-02-261-0/+1
|
* Add skeleton for serial port serviceMarcel Holtmann2007-02-262-0/+71
|
* Add devdown optionMarcel Holtmann2007-02-262-51/+97
|
* Update list of authorsMarcel Holtmann2007-02-261-0/+2
|
* Add missing service record attributesMarcel Holtmann2007-02-251-12/+39
|
* Handle authorization timeoutsMarcel Holtmann2007-02-251-4/+57
|
* Use dbus_error_has_name in favor of strcmpJohan Hedberg2007-02-251-1/+1
|
* Send CancelAuthorizationRequest when timing out waiting for a reply from hcidJohan Hedberg2007-02-251-1/+23
|
* Fix usage of dbus_pending_call_unrefJohan Hedberg2007-02-251-6/+3
|
* First part of authorization support for the headset serviceJohan Hedberg2007-02-251-9/+65
|
* Authorization cleanupJohan Hedberg2007-02-251-13/+15
|
* Only unref after setting the notify actionMarcel Holtmann2007-02-251-2/+2
|
* Decrease reference count for pending callbackMarcel Holtmann2007-02-251-0/+2
|
* Update authorization APIMarcel Holtmann2007-02-251-14/+14
|
* Fake input: added uinput create functionClaudio Takahasi2007-02-231-3/+69
|
* Fake input: added rfcomm connect callback functionClaudio Takahasi2007-02-231-1/+57
|
* Fake input: added rfcomm_connectClaudio Takahasi2007-02-231-6/+79
|
* Fake input: added initial skeleton for Connect methodClaudio Takahasi2007-02-231-0/+28
|
* Fake input: missing input device fake struct freeClaudio Takahasi2007-02-231-0/+4
|
* Fake input: added function to create the D-Bus fake input pathClaudio Takahasi2007-02-231-58/+119
|
* Code cleanup: removing deep indentation and added error messagesClaudio Takahasi2007-02-231-30/+41
|
* Don't hide errors returned by hcidClaudio Takahasi2007-02-221-4/+4
|
* Fake input: added headset record parsingClaudio Takahasi2007-02-221-6/+60
|
* Fake input: added code to request the headset service recordClaudio Takahasi2007-02-221-2/+57
|
* Fake input: added initial code for headset supportClaudio Takahasi2007-02-221-2/+64
|
* Include security parametersMarcel Holtmann2007-02-211-0/+8
|
* Add SBC helper includesMarcel Holtmann2007-02-214-1/+236
|
* Add SBC utilitiesMarcel Holtmann2007-02-214-0/+372
|
* headset service doesn't need a well known bus nameJohan Hedberg2007-02-171-1/+1
|
* Add missing flags to g_io_add_watch callsJohan Hedberg2007-02-163-5/+9
|
* Disconnect SCO if RFCOMM gets disconnectedJohan Hedberg2007-02-161-17/+21
|
* Reset data buffer when disconnectingJohan Hedberg2007-02-161-0/+3
|
* Fix io watch flags for sco channelJohan Hedberg2007-02-151-1/+4
|
* Remove unecessary debug printJohan Hedberg2007-02-151-2/+0
|
* Cleanup headset event parsing functionsJohan Hedberg2007-02-151-19/+34
|
* More cleanupJohan Hedberg2007-02-151-121/+104
|
* Add missing calls to dbus_pending_call_unrefJohan Hedberg2007-02-151-1/+4
|
* Be sure to always reply to method callsJohan Hedberg2007-02-151-13/+25
|
* More cleanup and fixesJohan Hedberg2007-02-151-10/+13
|
* Change option for standalone modeMarcel Holtmann2007-02-151-1/+4
|
* Remove invalid g_io_channel_unrefJohan Hedberg2007-02-151-1/+0
|
* Use -d for running as an external serviceJohan Hedberg2007-02-151-4/+1
|
* More cleanup and fixesJohan Hedberg2007-02-151-91/+81
|
* Allow registering as an external service (for debugin purposes)Johan Hedberg2007-02-151-1/+46
|
* Further fixes and cleanupJohan Hedberg2007-02-151-63/+48
|
* CleanupJohan Hedberg2007-02-141-42/+45
|
* TypoMarcel Holtmann2007-02-141-1/+1
|
* Wait 30 * 100ms for udev to create the device nodeMarcel Holtmann2007-02-132-2/+2
|
* Return correct version string for Bluetooth 2.1Marcel Holtmann2007-02-131-1/+1
|
* Return NotSupported error if the remote device doesn't support the required ↵Claudio Takahasi2007-02-131-18/+31
| | | | services(compliant to audio daemon)