summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup old BtIO code.Luiz Augusto von Dentz2009-02-191-55/+0
|
* Make temporary changes to BtIO API so it doesn't conflicts with old code.Luiz Augusto von Dentz2009-02-181-7/+7
|
* Make old bt_io_connect and bt_io_listen private in preparation of btio importJohan Hedberg2009-02-161-2/+0
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Rename bt_string2class to bt_name2class and introduce bt_name2string.Luiz Augusto von Dentz2008-11-061-1/+2
| | | | | | | 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.
* Pass Bluetooth address instead of handle for async encryption funcClaudio Takahasi2008-09-121-1/+1
|
* Added async auth + encrypt functionClaudio Takahasi2008-09-121-0/+4
|
* Implement support for SCO server socketsJohan Hedberg2008-09-101-0/+2
|
* Accept friendly names for discover servicesClaudio Takahasi2008-06-301-0/+1
|
* Fix bt_cancel_discovery to only succeed when there is a discover to cancel.Luiz Augusto von Dentz2008-06-161-1/+1
|
* Allow to cancel a service discoveryMarcel Holtmann2008-06-161-0/+1
|
* Rename the transport types with proper BT_IO prefixMarcel Holtmann2008-05-301-4/+5
|
* Add initial implementation of BtIO API.Luiz Augusto von Dentz2008-05-301-0/+37
|
* Introduce bt_rfcomm_listen_allocate.Luiz Augusto von Dentz2008-05-161-0/+2
|
* Added function for convert string to uuid128Cidorvan Leite2008-05-151-0/+1
|
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-1/+2
|
* Introduce bt_l2cap_listen.Luiz Augusto von Dentz2008-05-131-0/+3
|
* introduce bt_rfcomm_listen.Luiz Augusto von Dentz2008-05-121-0/+2
|
* Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann2008-05-081-0/+2
|
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-1/+2
|
* Close socket on bind failure, fix callback user_data to be the last ↵Luiz Augusto von Dentz2008-04-241-2/+2
| | | | parameter and pass uuid refence.
* Make bt_rfcomm_connect to take a channel instead of record and export ↵Luiz Augusto von Dentz2008-04-231-2/+3
| | | | bt_sco_connect.
* Introduce bt_l2cap_connect.Luiz Augusto von Dentz2008-04-221-0/+2
|
* Introduce bt_search_service and bt_rfcomm_connect.Luiz Augusto von Dentz2008-04-181-0/+9
|
* added bt_string2list functionClaudio Takahasi2008-03-111-0/+1
|
* added list2string functionClaudio Takahasi2008-03-101-0/+1
|
* added new function to convert uuid to string(uuid128)Claudio Takahasi2008-03-101-0/+2
|
* added bt_discover_services functionClaudio Takahasi2008-03-061-0/+6
|
* Add skeleton for GLib helpersMarcel Holtmann2008-03-061-0/+22