summaryrefslogtreecommitdiff
path: root/common/glib-helper.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-28Move common files into src directoryMarcel Holtmann1-46/+0
2009-02-19Cleanup old BtIO code.Luiz Augusto von Dentz1-55/+0
2009-02-18Make temporary changes to BtIO API so it doesn't conflicts with old code.Luiz Augusto von Dentz1-7/+7
2009-02-16Make old bt_io_connect and bt_io_listen private in preparation of btio importJohan Hedberg1-2/+0
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-11-06Rename bt_string2class to bt_name2class and introduce bt_name2string.Luiz Augusto von Dentz1-1/+2
2008-09-12Pass Bluetooth address instead of handle for async encryption funcClaudio Takahasi1-1/+1
2008-09-12Added async auth + encrypt functionClaudio Takahasi1-0/+4
2008-09-10Implement support for SCO server socketsJohan Hedberg1-0/+2
2008-06-30Accept friendly names for discover servicesClaudio Takahasi1-0/+1
2008-06-16Fix bt_cancel_discovery to only succeed when there is a discover to cancel.Luiz Augusto von Dentz1-1/+1
2008-06-16Allow to cancel a service discoveryMarcel Holtmann1-0/+1
2008-05-30Rename the transport types with proper BT_IO prefixMarcel Holtmann1-4/+5
2008-05-30Add initial implementation of BtIO API.Luiz Augusto von Dentz1-0/+37
2008-05-16Introduce bt_rfcomm_listen_allocate.Luiz Augusto von Dentz1-0/+2
2008-05-15Added function for convert string to uuid128Cidorvan Leite1-0/+1
2008-05-14Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz1-1/+2
2008-05-13Introduce bt_l2cap_listen.Luiz Augusto von Dentz1-0/+3
2008-05-12introduce bt_rfcomm_listen.Luiz Augusto von Dentz1-0/+2
2008-05-08Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann1-0/+2
2008-05-07Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz1-1/+2
2008-04-24Close socket on bind failure, fix callback user_data to be the last parameter...Luiz Augusto von Dentz1-2/+2
2008-04-23Make bt_rfcomm_connect to take a channel instead of record and export bt_sco_...Luiz Augusto von Dentz1-2/+3
2008-04-22Introduce bt_l2cap_connect.Luiz Augusto von Dentz1-0/+2
2008-04-18Introduce bt_search_service and bt_rfcomm_connect.Luiz Augusto von Dentz1-0/+9
2008-03-11added bt_string2list functionClaudio Takahasi1-0/+1
2008-03-10added list2string functionClaudio Takahasi1-0/+1
2008-03-10added new function to convert uuid to string(uuid128)Claudio Takahasi1-0/+2
2008-03-06added bt_discover_services functionClaudio Takahasi1-0/+6
2008-03-06Add skeleton for GLib helpersMarcel Holtmann1-0/+22