summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.c
Commit message (Collapse)AuthorAgeFilesLines
* 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