Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | glib-helper: use g_try_malloc instead of g_malloc | Claudio Takahasi | 2008-03-07 | 1 | -3/+5 |
| | |||||
* | added missing conditions for sdp connect watch | Claudio Takahasi | 2008-03-06 | 1 | -1/+2 |
| | |||||
* | added bt_discover_services function | Claudio Takahasi | 2008-03-06 | 1 | -4/+137 |
| | |||||
* | Add skeleton for GLib helpers | Marcel Holtmann | 2008-03-06 | 1 | -0/+42 |