Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright information | Marcel Holtmann | 2009-01-01 | 1 | -1/+1 |
| | |||||
* | Make rfcomm_listen_internal function static | Marcel Holtmann | 2008-12-23 | 1 | -1/+1 |
| | |||||
* | Cleanup the BtIOError mess (enum/int comparison) | Marcel Holtmann | 2008-12-23 | 1 | -17/+17 |
| | |||||
* | Make bt_name2string to handle UUID128 and HEX string formats. | Luiz Augusto von Dentz | 2008-11-11 | 1 | -7/+29 |
| | |||||
* | Rename bt_string2class to bt_name2class and introduce bt_name2string. | Luiz Augusto von Dentz | 2008-11-06 | 1 | -2/+16 |
| | | | | | | | 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. | ||||
* | Reuse sdp_session_t during the service discovery process | Johan Hedberg | 2008-10-28 | 1 | -2/+70 |
| | | | | | Keep unused SDP sessions alive for 2 seconds so that we don't have to do a new sdp_connect for every step in the service discovery process. | ||||
* | Fix bug on sco_connect which attempt to close an invalid file descriptor. | Luiz Augusto von Dentz | 2008-10-06 | 1 | -2/+2 |
| | |||||
* | Fix *_bind helpers to call bind() before setsockopt(). | Luiz Augusto von Dentz | 2008-10-06 | 1 | -20/+21 |
| | |||||
* | Make sco_connect to use sco_bind. | Luiz Augusto von Dentz | 2008-10-06 | 1 | -46/+34 |
| | |||||
* | Pass Bluetooth address instead of handle for async encryption func | Claudio Takahasi | 2008-09-12 | 1 | -3/+25 |
| | |||||
* | Added async auth + encrypt function | Claudio Takahasi | 2008-09-12 | 1 | -0/+165 |
| | |||||
* | Implement support for SCO server sockets | Johan Hedberg | 2008-09-10 | 1 | -0/+77 |
| | |||||
* | Move responsibility of freeint the record list to the correct place | Johan Hedberg | 2008-09-05 | 1 | -0/+3 |
| | |||||
* | the bind call on l2cap_bind was using the wrong address | Vinicius Costa Gomes | 2008-08-28 | 1 | -2/+1 |
| | |||||
* | Convert SDP *_safe functions to default API | Marcel Holtmann | 2008-08-06 | 1 | -2/+2 |
| | |||||
* | Accept friendly names for discover services | Claudio Takahasi | 2008-06-30 | 1 | -1/+39 |
| | |||||
* | Use the safe versions for SDP record extraction | Marcel Holtmann | 2008-06-24 | 1 | -4/+6 |
| | |||||
* | Fix bt_cancel_discovery to only succeed when there is a discover to cancel. | Luiz Augusto von Dentz | 2008-06-16 | 1 | -7/+10 |
| | |||||
* | Fix minor whitespace issues | Johan Hedberg | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | Remove obsolete FIXME comment | Marcel Holtmann | 2008-06-16 | 1 | -1/+0 |
| | |||||
* | Allow to cancel a service discovery | Marcel Holtmann | 2008-06-16 | 1 | -0/+41 |
| | |||||
* | Fix storing socket fd in bt_sco_connect | Johan Hedberg | 2008-06-10 | 1 | -0/+2 |
| | |||||
* | Use GLib helpers for host/network order | Marcel Holtmann | 2008-06-10 | 1 | -10/+9 |
| | |||||
* | Rename the transport types with proper BT_IO prefix | Marcel Holtmann | 2008-05-30 | 1 | -10/+10 |
| | |||||
* | Add initial implementation of BtIO API. | Luiz Augusto von Dentz | 2008-05-30 | 1 | -122/+359 |
| | |||||
* | Initialize pointer to avoid compiler warning | Johan Hedberg | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | Fix bt_rfcomm_listen_allocate since channel allocation happens after ↵ | Johan Hedberg | 2008-05-17 | 1 | -7/+15 |
| | | | | listen() and not bind() | ||||
* | Fix bt_rfcomm_connect segfault | Johan Hedberg | 2008-05-16 | 1 | -4/+5 |
| | |||||
* | Introduce bt_rfcomm_listen_allocate. | Luiz Augusto von Dentz | 2008-05-16 | 1 | -5/+27 |
| | |||||
* | Added function for convert string to uuid128 | Cidorvan Leite | 2008-05-15 | 1 | -0/+36 |
| | |||||
* | Initialize sockaddr variables before using them. | Luiz Augusto von Dentz | 2008-05-14 | 1 | -0/+3 |
| | |||||
* | Make bt_io_callback_t to take both source and destination. | Luiz Augusto von Dentz | 2008-05-14 | 1 | -25/+117 |
| | |||||
* | Fix bug on l2cap_bind and some code cleanup. | Luiz Augusto von Dentz | 2008-05-13 | 1 | -50/+53 |
| | |||||
* | Introduce bt_l2cap_listen. | Luiz Augusto von Dentz | 2008-05-13 | 1 | -15/+75 |
| | |||||
* | introduce bt_rfcomm_listen. | Luiz Augusto von Dentz | 2008-05-12 | 1 | -8/+126 |
| | |||||
* | Move set_nonblocking() to the GLib helpers for now | Marcel Holtmann | 2008-05-08 | 1 | -0/+19 |
| | |||||
* | Make bt_l2cap_connect to take mtu as paramter. | Luiz Augusto von Dentz | 2008-05-07 | 1 | -3/+14 |
| | |||||
* | Close sdp session before calling the application callback. | Luiz Augusto von Dentz | 2008-04-29 | 1 | -2/+3 |
| | |||||
* | Fix possible use of unitialized memory. | Luiz Augusto von Dentz | 2008-04-25 | 1 | -1/+1 |
| | |||||
* | Close socket on bind failure, fix callback user_data to be the last ↵ | Luiz Augusto von Dentz | 2008-04-24 | 1 | -10/+16 |
| | | | | parameter and pass uuid refence. | ||||
* | Make bt_rfcomm_connect to take a channel instead of record and export ↵ | Luiz Augusto von Dentz | 2008-04-23 | 1 | -18/+3 |
| | | | | bt_sco_connect. | ||||
* | Introduce bt_sco_connect and some other fixes. | Luiz Augusto von Dentz | 2008-04-23 | 1 | -40/+99 |
| | |||||
* | Introduce bt_l2cap_connect. | Luiz Augusto von Dentz | 2008-04-22 | 1 | -4/+71 |
| | |||||
* | Introduce bt_search_service and bt_rfcomm_connect. | Luiz Augusto von Dentz | 2008-04-18 | 1 | -19/+187 |
| | |||||
* | added bt_string2list function | Claudio Takahasi | 2008-03-11 | 1 | -0/+24 |
| | |||||
* | bt_list2string: fixed memory leak | Claudio Takahasi | 2008-03-10 | 1 | -3/+6 |
| | |||||
* | list2string: use space as uuid separator | Claudio Takahasi | 2008-03-10 | 1 | -1/+2 |
| | |||||
* | added list2string function | Claudio Takahasi | 2008-03-10 | 1 | -0/+16 |
| | |||||
* | added new function to convert uuid to string(uuid128) | Claudio Takahasi | 2008-03-10 | 1 | -0/+50 |
| | |||||
* | glib-helper: Extracting the sdp record | Claudio Takahasi | 2008-03-07 | 1 | -2/+33 |
| |