summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2008-12-23Include logging.h for the prototypesMarcel Holtmann1-0/+2
2008-12-23Use a signed variable for lengthMarcel Holtmann1-2/+2
2008-11-13Fix possible invalid read.Luiz Augusto von Dentz1-4/+4
2008-11-11Make bt_name2string to handle UUID128 and HEX string formats.Luiz Augusto von Dentz1-7/+29
2008-11-06Rename bt_string2class to bt_name2class and introduce bt_name2string.Luiz Augusto von Dentz2-3/+18
2008-10-28Reuse sdp_session_t during the service discovery processJohan Hedberg1-2/+70
2008-10-14Fix PS3 BD remote input event generationBastien Nocera1-101/+239
2008-10-06Fix bug on sco_connect which attempt to close an invalid file descriptor.Luiz Augusto von Dentz1-2/+2
2008-10-06Fix *_bind helpers to call bind() before setsockopt().Luiz Augusto von Dentz1-20/+21
2008-10-06Make sco_connect to use sco_bind.Luiz Augusto von Dentz1-46/+34
2008-09-12Pass Bluetooth address instead of handle for async encryption funcClaudio Takahasi2-4/+26
2008-09-12Added async auth + encrypt functionClaudio Takahasi2-0/+169
2008-09-10Implement support for SCO server socketsJohan Hedberg2-0/+79
2008-09-05Move responsibility of freeint the record list to the correct placeJohan Hedberg1-0/+3
2008-09-03Remove unneeded sdp-glib.c fileMarcel Holtmann1-239/+0
2008-09-02Make methods related to external services into service plugin.Luiz Augusto von Dentz2-3/+1
2008-09-01Use fdatasync() to make sure modification are writtenMarcel Holtmann1-0/+2
2008-08-28the bind call on l2cap_bind was using the wrong addressVinicius Costa Gomes1-2/+1
2008-08-06Convert SDP *_safe functions to default APIMarcel Holtmann1-2/+2
2008-08-04Move error helpers to bluetoothd sourceMarcel Holtmann3-91/+2
2008-08-04Move error_connection_attempt_failed to its usage placesMarcel Holtmann2-17/+0
2008-08-04Move error_failed to its usage placesMarcel Holtmann2-15/+0
2008-08-04Move create_errno_message to appropiate placeMarcel Holtmann2-8/+0
2008-08-04Remove unused error_canceled functionMarcel Holtmann2-15/+0
2008-08-04Move error_not_supported where it is actually usedMarcel Holtmann2-16/+0
2008-08-04Move error_failed_errno where it is actually usedMarcel Holtmann2-16/+0
2008-07-29Fix internal includes for Bluetooth libraryMarcel Holtmann1-1/+1
2008-06-30Accept friendly names for discover servicesClaudio Takahasi2-1/+40
2008-06-24Use the safe versions for SDP record extractionMarcel Holtmann1-4/+6
2008-06-16Fix bt_cancel_discovery to only succeed when there is a discover to cancel.Luiz Augusto von Dentz2-8/+11
2008-06-16Fix minor whitespace issuesJohan Hedberg1-1/+1
2008-06-16Remove obsolete FIXME commentMarcel Holtmann1-1/+0
2008-06-16Allow to cancel a service discoveryMarcel Holtmann2-0/+42
2008-06-11Avoid direct inclusion of malloc.hMarcel Holtmann3-3/+2
2008-06-10Fix storing socket fd in bt_sco_connectJohan Hedberg1-0/+2
2008-06-10Use GLib helpers for host/network orderMarcel Holtmann1-10/+9
2008-06-10Fix some minor detailsMarcel Holtmann1-3/+4
2008-06-08Add special DBG helperMarcel Holtmann1-0/+2
2008-06-07Cleanup errors and remove unused functionsMarcel Holtmann2-187/+0
2008-06-06Fix the D-Bus sending for error messagesMarcel Holtmann1-4/+16
2008-05-30Rename the transport types with proper BT_IO prefixMarcel Holtmann2-14/+15
2008-05-30Add initial implementation of BtIO API.Luiz Augusto von Dentz2-122/+396
2008-05-27Restore error handling for the new manager interfaceMarcel Holtmann2-0/+8
2008-05-27Initialize pointer to avoid compiler warningJohan Hedberg1-1/+1
2008-05-17Fix bt_rfcomm_listen_allocate since channel allocation happens after listen()...Johan Hedberg1-7/+15
2008-05-16Fix bt_rfcomm_connect segfaultJohan Hedberg1-4/+5
2008-05-16Introduce bt_rfcomm_listen_allocate.Luiz Augusto von Dentz2-5/+29
2008-05-15Added function for convert string to uuid128Cidorvan Leite2-0/+37
2008-05-14Initialize sockaddr variables before using them.Luiz Augusto von Dentz1-0/+3
2008-05-14Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2-26/+119