summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-873/+0
* Make temporary changes to BtIO API so it doesn't conflicts with old code.Luiz Augusto von Dentz2009-02-181-31/+31
* Make old bt_io_connect and bt_io_listen private in preparation of btio importJohan Hedberg2009-02-161-2/+5
* Fix signed/unsigned integer comparison for helpersMarcel Holtmann2009-01-291-1/+1
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Make rfcomm_listen_internal function staticMarcel Holtmann2008-12-231-1/+1
* Cleanup the BtIOError mess (enum/int comparison)Marcel Holtmann2008-12-231-17/+17
* 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-061-2/+16
* Reuse sdp_session_t during the service discovery processJohan Hedberg2008-10-281-2/+70
* 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-121-3/+25
* Added async auth + encrypt functionClaudio Takahasi2008-09-121-0/+165
* Implement support for SCO server socketsJohan Hedberg2008-09-101-0/+77
* Move responsibility of freeint the record list to the correct placeJohan Hedberg2008-09-051-0/+3
* 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
* Accept friendly names for discover servicesClaudio Takahasi2008-06-301-1/+39
* 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-161-7/+10
* 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-161-0/+41
* 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
* Rename the transport types with proper BT_IO prefixMarcel Holtmann2008-05-301-10/+10
* Add initial implementation of BtIO API.Luiz Augusto von Dentz2008-05-301-122/+359
* Initialize pointer to avoid compiler warningJohan Hedberg2008-05-271-1/+1
* Fix bt_rfcomm_listen_allocate since channel allocation happens after listen()...Johan Hedberg2008-05-171-7/+15
* Fix bt_rfcomm_connect segfaultJohan Hedberg2008-05-161-4/+5
* Introduce bt_rfcomm_listen_allocate.Luiz Augusto von Dentz2008-05-161-5/+27
* Added function for convert string to uuid128Cidorvan Leite2008-05-151-0/+36
* 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-141-25/+117
* 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-131-15/+75
* introduce bt_rfcomm_listen.Luiz Augusto von Dentz2008-05-121-8/+126
* Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann2008-05-081-0/+19
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-3/+14
* Close sdp session before calling the application callback.Luiz Augusto von Dentz2008-04-291-2/+3
* Fix possible use of unitialized memory.Luiz Augusto von Dentz2008-04-251-1/+1
* Close socket on bind failure, fix callback user_data to be the last parameter...Luiz Augusto von Dentz2008-04-241-10/+16
* Make bt_rfcomm_connect to take a channel instead of record and export bt_sco_...Luiz Augusto von Dentz2008-04-231-18/+3
* Introduce bt_sco_connect and some other fixes.Luiz Augusto von Dentz2008-04-231-40/+99
* Introduce bt_l2cap_connect.Luiz Augusto von Dentz2008-04-221-4/+71
* Introduce bt_search_service and bt_rfcomm_connect.Luiz Augusto von Dentz2008-04-181-19/+187
* added bt_string2list functionClaudio Takahasi2008-03-111-0/+24