summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Don't truncate strings with embedded NULLsBastien Nocera2009-03-131-4/+5
| | | | | Instead, replace the NULLs by spaces so we don't lose data when converting a device's SDP record to XML.
* Default to close_on_unref = TRUE to avoid descriptor leaksJohan Hedberg2009-02-251-3/+5
|
* Shutdown IO channel in the case of errorJohan Hedberg2009-02-241-1/+4
|
* Properly fix unused read() result warningJohan Hedberg2009-02-231-2/+4
|
* Fix btio compilation warningsJohan Hedberg2009-02-231-6/+14
|
* Make BT_IO_OPT_INVALID 0 to allow use of the gcc sentinel featureJohan Hedberg2009-02-221-1/+1
|
* Add support for getting connection infoJohan Hedberg2009-02-202-0/+95
|
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-1/+1
|
* Cleanup old BtIO code.Luiz Augusto von Dentz2009-02-192-928/+0
|
* Set GError properly if listen() failsJohan Hedberg2009-02-181-1/+1
|
* Add BT_IO_OPT_MASTER boolean option (maps to LM_MASTER)Johan Hedberg2009-02-182-19/+106
|
* Add security level definitions to btio.hJohan Hedberg2009-02-181-0/+7
|
* Fix getting SCO MTUJohan Hedberg2009-02-181-1/+1
|
* Fix getting non-int va_arg valuesJohan Hedberg2009-02-181-4/+4
|
* Fall back to L2CAP_LM and RFCOMM_LM if kernel doesn't support BT_SECURITYJohan Hedberg2009-02-181-9/+119
|
* Move BT_SECURITY handling to their own functionsJohan Hedberg2009-02-181-41/+37
|
* Make temporary changes to BtIO API so it doesn't conflicts with old code.Luiz Augusto von Dentz2009-02-182-38/+38
|
* Use const where appropriateJohan Hedberg2009-02-171-8/+8
|
* Convert BtIO API to use GErrorJohan Hedberg2009-02-162-158/+188
|
* Remove lm_flags from the btio public APIJohan Hedberg2009-02-162-41/+7
|
* Merge external btio reworkJohan Hedberg2009-02-163-1/+1040
|
* Make old bt_io_connect and bt_io_listen private in preparation of btio importJohan Hedberg2009-02-162-4/+5
|
* Fix signed/unsigned integer comparison for helpersMarcel Holtmann2009-01-294-5/+5
|
* Update copyright informationMarcel Holtmann2009-01-0112-12/+12
|
* Fix variable declaration after statementsMarcel Holtmann2008-12-231-4/+3
|
* Make rfcomm_listen_internal function staticMarcel Holtmann2008-12-231-1/+1
|
* Cleanup the BtIOError mess (enum/int comparison)Marcel Holtmann2008-12-231-17/+17
|
* Include logging.h for the prototypesMarcel Holtmann2008-12-231-0/+2
|
* Use a signed variable for lengthMarcel Holtmann2008-12-231-2/+2
|
* Fix possible invalid read.Luiz Augusto von Dentz2008-11-131-4/+4
| | | | | | The unitSize were being used as the string length when in fact it is always one byte bigger than the length where the extra byte is allocated for the dtd.
* Make bt_name2string to handle UUID128 and HEX string formats.Luiz Augusto von Dentz2008-11-111-7/+29
|
* Rename bt_string2class to bt_name2class and introduce bt_name2string.Luiz Augusto von Dentz2008-11-062-3/+18
| | | | | | | Since bt_string2class didn't work for UUID128 in string format the name got changed to be more suggestive. bt_name2string was introduced to prevent potential use of bt_string2uuid followed with bt_uuid2string which turns to do the same conversion twice.
* Reuse sdp_session_t during the service discovery processJohan Hedberg2008-10-281-2/+70
| | | | | Keep unused SDP sessions alive for 2 seconds so that we don't have to do a new sdp_connect for every step in the service discovery process.
* 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
|