Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accept friendly names for discover services | Claudio Takahasi | 2008-06-30 | 1 | -0/+1 |
| | |||||
* | Fix bt_cancel_discovery to only succeed when there is a discover to cancel. | Luiz Augusto von Dentz | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | Allow to cancel a service discovery | Marcel Holtmann | 2008-06-16 | 1 | -0/+1 |
| | |||||
* | Rename the transport types with proper BT_IO prefix | Marcel Holtmann | 2008-05-30 | 1 | -4/+5 |
| | |||||
* | Add initial implementation of BtIO API. | Luiz Augusto von Dentz | 2008-05-30 | 1 | -0/+37 |
| | |||||
* | Introduce bt_rfcomm_listen_allocate. | Luiz Augusto von Dentz | 2008-05-16 | 1 | -0/+2 |
| | |||||
* | Added function for convert string to uuid128 | Cidorvan Leite | 2008-05-15 | 1 | -0/+1 |
| | |||||
* | Make bt_io_callback_t to take both source and destination. | Luiz Augusto von Dentz | 2008-05-14 | 1 | -1/+2 |
| | |||||
* | Introduce bt_l2cap_listen. | Luiz Augusto von Dentz | 2008-05-13 | 1 | -0/+3 |
| | |||||
* | introduce bt_rfcomm_listen. | Luiz Augusto von Dentz | 2008-05-12 | 1 | -0/+2 |
| | |||||
* | Move set_nonblocking() to the GLib helpers for now | Marcel Holtmann | 2008-05-08 | 1 | -0/+2 |
| | |||||
* | Make bt_l2cap_connect to take mtu as paramter. | Luiz Augusto von Dentz | 2008-05-07 | 1 | -1/+2 |
| | |||||
* | Close socket on bind failure, fix callback user_data to be the last ↵ | Luiz Augusto von Dentz | 2008-04-24 | 1 | -2/+2 |
| | | | | 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 | -2/+3 |
| | | | | bt_sco_connect. | ||||
* | Introduce bt_l2cap_connect. | Luiz Augusto von Dentz | 2008-04-22 | 1 | -0/+2 |
| | |||||
* | Introduce bt_search_service and bt_rfcomm_connect. | Luiz Augusto von Dentz | 2008-04-18 | 1 | -0/+9 |
| | |||||
* | added bt_string2list function | Claudio Takahasi | 2008-03-11 | 1 | -0/+1 |
| | |||||
* | added list2string function | Claudio Takahasi | 2008-03-10 | 1 | -0/+1 |
| | |||||
* | added new function to convert uuid to string(uuid128) | Claudio Takahasi | 2008-03-10 | 1 | -0/+2 |
| | |||||
* | added bt_discover_services function | Claudio Takahasi | 2008-03-06 | 1 | -0/+6 |
| | |||||
* | Add skeleton for GLib helpers | Marcel Holtmann | 2008-03-06 | 1 | -0/+22 |