summaryrefslogtreecommitdiff
path: root/common/glib-helper.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-28Move common files into src directoryMarcel Holtmann1-784/+0
2009-06-08Set ctxt->session to NULL after calling sdp_close on itJohan Hedberg1-1/+4
2009-05-06Remove watch properly when doing bt_cancel_discovery.Luiz Augusto von Dentz1-2/+3
2009-04-30Fix bt_cancel_discovery to not call callback.Luiz Augusto von Dentz1-3/+11
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz1-1/+1
2009-02-19Cleanup old BtIO code.Luiz Augusto von Dentz1-873/+0
2009-02-18Make temporary changes to BtIO API so it doesn't conflicts with old code.Luiz Augusto von Dentz1-31/+31
2009-02-16Make old bt_io_connect and bt_io_listen private in preparation of btio importJohan Hedberg1-2/+5
2009-01-29Fix signed/unsigned integer comparison for helpersMarcel Holtmann1-1/+1
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-23Make rfcomm_listen_internal function staticMarcel Holtmann1-1/+1
2008-12-23Cleanup the BtIOError mess (enum/int comparison)Marcel Holtmann1-17/+17
2008-11-11Make bt_name2string to handle UUID128 and HEX string formats.Luiz Augusto von Dentz1-7/+29
2008-11-06Rename bt_string2class to bt_name2class and introduce bt_name2string.Luiz Augusto von Dentz1-2/+16
2008-10-28Reuse sdp_session_t during the service discovery processJohan Hedberg1-2/+70
2008-10-06Fix bug on sco_connect which attempt to close an invalid file descriptor.Luiz Augusto von Dentz1-2/+2
2008-10-06Fix *_bind helpers to call bind() before setsockopt().Luiz Augusto von Dentz1-20/+21
2008-10-06Make sco_connect to use sco_bind.Luiz Augusto von Dentz1-46/+34
2008-09-12Pass Bluetooth address instead of handle for async encryption funcClaudio Takahasi1-3/+25
2008-09-12Added async auth + encrypt functionClaudio Takahasi1-0/+165
2008-09-10Implement support for SCO server socketsJohan Hedberg1-0/+77
2008-09-05Move responsibility of freeint the record list to the correct placeJohan Hedberg1-0/+3
2008-08-28the bind call on l2cap_bind was using the wrong addressVinicius Costa Gomes1-2/+1
2008-08-06Convert SDP *_safe functions to default APIMarcel Holtmann1-2/+2
2008-06-30Accept friendly names for discover servicesClaudio Takahasi1-1/+39
2008-06-24Use the safe versions for SDP record extractionMarcel Holtmann1-4/+6
2008-06-16Fix bt_cancel_discovery to only succeed when there is a discover to cancel.Luiz Augusto von Dentz1-7/+10
2008-06-16Fix minor whitespace issuesJohan Hedberg1-1/+1
2008-06-16Remove obsolete FIXME commentMarcel Holtmann1-1/+0
2008-06-16Allow to cancel a service discoveryMarcel Holtmann1-0/+41
2008-06-10Fix storing socket fd in bt_sco_connectJohan Hedberg1-0/+2
2008-06-10Use GLib helpers for host/network orderMarcel Holtmann1-10/+9
2008-05-30Rename the transport types with proper BT_IO prefixMarcel Holtmann1-10/+10
2008-05-30Add initial implementation of BtIO API.Luiz Augusto von Dentz1-122/+359
2008-05-27Initialize pointer to avoid compiler warningJohan Hedberg1-1/+1
2008-05-17Fix bt_rfcomm_listen_allocate since channel allocation happens after listen()...Johan Hedberg1-7/+15
2008-05-16Fix bt_rfcomm_connect segfaultJohan Hedberg1-4/+5
2008-05-16Introduce bt_rfcomm_listen_allocate.Luiz Augusto von Dentz1-5/+27
2008-05-15Added function for convert string to uuid128Cidorvan Leite1-0/+36
2008-05-14Initialize sockaddr variables before using them.Luiz Augusto von Dentz1-0/+3
2008-05-14Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz1-25/+117
2008-05-13Fix bug on l2cap_bind and some code cleanup.Luiz Augusto von Dentz1-50/+53
2008-05-13Introduce bt_l2cap_listen.Luiz Augusto von Dentz1-15/+75
2008-05-12introduce bt_rfcomm_listen.Luiz Augusto von Dentz1-8/+126
2008-05-08Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann1-0/+19
2008-05-07Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz1-3/+14
2008-04-29Close sdp session before calling the application callback.Luiz Augusto von Dentz1-2/+3
2008-04-25Fix possible use of unitialized memory.Luiz Augusto von Dentz1-1/+1
2008-04-24Close socket on bind failure, fix callback user_data to be the last parameter...Luiz Augusto von Dentz1-10/+16
2008-04-23Make bt_rfcomm_connect to take a channel instead of record and export bt_sco_...Luiz Augusto von Dentz1-18/+3