summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Fix PS3 BD remote input event generationBastien Nocera2008-10-141-101/+239
| | | | | | | | | | - Fix byte-reading in the decode function by using a guint8, instead of an int, we were overreading and were getting keycodes of 0xffffff44 when we wanted a single byte of 0x44. - Remove use of KEY_REMOTE_X, those keys never got upstream, and the values they were defined at are now used for completely different keys - Update uinput.h with the latest keycodes from 2.6.27
* Fix bug on sco_connect which attempt to close an invalid file descriptor.Luiz Augusto von Dentz2008-10-061-2/+2
|
* Fix *_bind helpers to call bind() before setsockopt().Luiz Augusto von Dentz2008-10-061-20/+21
|
* Make sco_connect to use sco_bind.Luiz Augusto von Dentz2008-10-061-46/+34
|
* Pass Bluetooth address instead of handle for async encryption funcClaudio Takahasi2008-09-122-4/+26
|
* Added async auth + encrypt functionClaudio Takahasi2008-09-122-0/+169
|
* Implement support for SCO server socketsJohan Hedberg2008-09-102-0/+79
|
* Move responsibility of freeint the record list to the correct placeJohan Hedberg2008-09-051-0/+3
|
* Remove unneeded sdp-glib.c fileMarcel Holtmann2008-09-031-239/+0
|
* Make methods related to external services into service plugin.Luiz Augusto von Dentz2008-09-022-3/+1
|
* Use fdatasync() to make sure modification are writtenMarcel Holtmann2008-09-011-0/+2
|
* the bind call on l2cap_bind was using the wrong addressVinicius Costa Gomes2008-08-281-2/+1
|
* Convert SDP *_safe functions to default APIMarcel Holtmann2008-08-061-2/+2
|
* Move error helpers to bluetoothd sourceMarcel Holtmann2008-08-043-91/+2
|
* Move error_connection_attempt_failed to its usage placesMarcel Holtmann2008-08-042-17/+0
|
* Move error_failed to its usage placesMarcel Holtmann2008-08-042-15/+0
|
* Move create_errno_message to appropiate placeMarcel Holtmann2008-08-042-8/+0
|
* Remove unused error_canceled functionMarcel Holtmann2008-08-042-15/+0
|
* Move error_not_supported where it is actually usedMarcel Holtmann2008-08-042-16/+0
|
* Move error_failed_errno where it is actually usedMarcel Holtmann2008-08-042-16/+0
|
* Fix internal includes for Bluetooth libraryMarcel Holtmann2008-07-291-1/+1
|
* Accept friendly names for discover servicesClaudio Takahasi2008-06-302-1/+40
|
* Use the safe versions for SDP record extractionMarcel Holtmann2008-06-241-4/+6
|
* Fix bt_cancel_discovery to only succeed when there is a discover to cancel.Luiz Augusto von Dentz2008-06-162-8/+11
|
* Fix minor whitespace issuesJohan Hedberg2008-06-161-1/+1
|
* Remove obsolete FIXME commentMarcel Holtmann2008-06-161-1/+0
|
* Allow to cancel a service discoveryMarcel Holtmann2008-06-162-0/+42
|
* Avoid direct inclusion of malloc.hMarcel Holtmann2008-06-113-3/+2
|
* Fix storing socket fd in bt_sco_connectJohan Hedberg2008-06-101-0/+2
|
* Use GLib helpers for host/network orderMarcel Holtmann2008-06-101-10/+9
|
* Fix some minor detailsMarcel Holtmann2008-06-101-3/+4
|
* Add special DBG helperMarcel Holtmann2008-06-081-0/+2
|
* Cleanup errors and remove unused functionsMarcel Holtmann2008-06-072-187/+0
|
* Fix the D-Bus sending for error messagesMarcel Holtmann2008-06-061-4/+16
|
* Rename the transport types with proper BT_IO prefixMarcel Holtmann2008-05-302-14/+15
|
* Add initial implementation of BtIO API.Luiz Augusto von Dentz2008-05-302-122/+396
|
* Restore error handling for the new manager interfaceMarcel Holtmann2008-05-272-0/+8
|
* Initialize pointer to avoid compiler warningJohan Hedberg2008-05-271-1/+1
|
* Fix bt_rfcomm_listen_allocate since channel allocation happens after ↵Johan Hedberg2008-05-171-7/+15
| | | | listen() and not bind()
* Fix bt_rfcomm_connect segfaultJohan Hedberg2008-05-161-4/+5
|
* Introduce bt_rfcomm_listen_allocate.Luiz Augusto von Dentz2008-05-162-5/+29
|
* Added function for convert string to uuid128Cidorvan Leite2008-05-152-0/+37
|
* Initialize sockaddr variables before using them.Luiz Augusto von Dentz2008-05-141-0/+3
|
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-142-26/+119
|
* Fix bug on l2cap_bind and some code cleanup.Luiz Augusto von Dentz2008-05-131-50/+53
|
* Introduce bt_l2cap_listen.Luiz Augusto von Dentz2008-05-132-15/+78
|
* introduce bt_rfcomm_listen.Luiz Augusto von Dentz2008-05-122-8/+128
|
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-084-769/+3
|
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-084-444/+16
|
* Move D-Bus mainloop integration into libgdbusMarcel Holtmann2008-05-082-396/+0
|