Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update library version | Marcel Holtmann | 2008-11-21 | 1 | -1/+1 |
| | |||||
* | Introduce sdp_copy_record. | Luiz Augusto von Dentz | 2008-11-17 | 1 | -0/+124 |
| | | | | | To prevent use of sdp_gen_record_pdu + sdp_extract_pdu for copying records. | ||||
* | Increase library version number | Marcel Holtmann | 2008-10-20 | 1 | -1/+1 |
| | |||||
* | Get rid of format string warnings with recent gcc versions | Johan Hedberg | 2008-10-20 | 1 | -3/+3 |
| | | | | | | Recent gcc versions, like 4.3.2 from ubuntu intrepid, give warnings like "format not a string literal and no format arguments" without this patch. | ||||
* | Add another company identifier | Marcel Holtmann | 2008-10-19 | 1 | -0/+2 |
| | |||||
* | Update library version | Marcel Holtmann | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | Include protocol UUIDs in the pattern otherwise complex searches fail | Marcel Holtmann | 2008-10-06 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | > ACL data: handle 11 flags 0x02 dlen 34 L2CAP(d): cid 0x0040 len 30 [psm 1] SDP SSA Req: tid 0x6c len 0x19 pat uuid-16 0x110a (AudioSource) uuid-16 0x0100 (L2CAP) uuid-16 0x0019 (AVDTP) max 100 aid(s) 0x0004 (ProtocolDescList) 0x0009 (BTProfileDescList) 0x0311 (SuppFeatures) cont 00 < ACL data: handle 11 flags 0x02 dlen 14 L2CAP(d): cid 0x0040 len 10 [psm 1] SDP SSA Rsp: tid 0x6c len 0x5 count 2 cont 00 Without this fix even searching for the L2CAP UUID fails. | ||||
* | Update library version | Marcel Holtmann | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | Handle specific NULL pointer cases for features requests | Marcel Holtmann | 2008-09-29 | 1 | -8/+24 |
| | |||||
* | Increases the size of the sdp pdu buffer and adds a sanity check for it | Vinicius Costa Gomes | 2008-09-10 | 1 | -5/+5 |
| | |||||
* | Add additional company identifier | Marcel Holtmann | 2008-09-10 | 1 | -0/+2 |
| | |||||
* | Some minor coding style fixes | Marcel Holtmann | 2008-08-06 | 1 | -1/+7 |
| | |||||
* | Remove unused HCI definitions | Marcel Holtmann | 2008-08-06 | 1 | -1/+0 |
| | |||||
* | Convert SDP *_safe functions to default API | Marcel Holtmann | 2008-08-06 | 1 | -40/+12 |
| | |||||
* | Use new major version for Bluetooth library | Marcel Holtmann | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | Remove deprecated hci_local_name and hci_remote_name functions | Marcel Holtmann | 2008-08-06 | 1 | -10/+0 |
| | |||||
* | Add two additional company identifiers | Marcel Holtmann | 2008-07-27 | 1 | -0/+4 |
| | |||||
* | Move library source to lib directory | Marcel Holtmann | 2008-07-26 | 4 | -0/+7367 |