summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵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-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 ↵Luiz Augusto von Dentz2008-04-241-10/+16
| | | | parameter and pass uuid refence.
* Make bt_rfcomm_connect to take a channel instead of record and export ↵Luiz Augusto von Dentz2008-04-231-18/+3
| | | | bt_sco_connect.
* 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
|
* bt_list2string: fixed memory leakClaudio Takahasi2008-03-101-3/+6
|
* list2string: use space as uuid separatorClaudio Takahasi2008-03-101-1/+2
|
* added list2string functionClaudio Takahasi2008-03-101-0/+16
|
* added new function to convert uuid to string(uuid128)Claudio Takahasi2008-03-101-0/+50
|
* glib-helper: Extracting the sdp recordClaudio Takahasi2008-03-071-2/+33
|
* glib-helper: use g_try_malloc instead of g_mallocClaudio Takahasi2008-03-071-3/+5
|
* added missing conditions for sdp connect watchClaudio Takahasi2008-03-061-1/+2
|
* added bt_discover_services functionClaudio Takahasi2008-03-061-4/+137
|
* Add skeleton for GLib helpersMarcel Holtmann2008-03-061-0/+42