6877 Commits

Author SHA1 Message Date
Milanka Ringwald
ab07e0cd4a move sbc buffer to app 2017-04-04 15:45:33 +02:00
Milanka Ringwald
659f0ea70b move timer to app 2017-04-04 15:25:40 +02:00
Milanka Ringwald
1b5de46c3e move samples tracking to app 2017-04-04 15:22:55 +02:00
Milanka Ringwald
8e64e2dad6 avdtp: extract streaming context struct 2017-04-04 15:14:53 +02:00
Milanka Ringwald
f7103c9035 avdtp: move sending code to app 2017-04-04 15:01:21 +02:00
Milanka Ringwald
4ae2f2585c avdtp source: remove unused api call 2017-04-04 14:30:38 +02:00
Milanka Ringwald
af68b735bb avdtp source: move audio buffer to the app 2017-04-04 14:29:08 +02:00
Milanka Ringwald
1bb14c3802 avdtp source: move buffer storage to the app 2017-04-04 14:16:00 +02:00
Milanka Ringwald
432dd4e851 avdtp source: move run to the app 2017-04-04 13:50:59 +02:00
Milanka Ringwald
c7288d936f avdtp source: move audio buffer handler to the app 2017-04-04 13:47:43 +02:00
Milanka Ringwald
842624026c avdtp source: move timer to the app 2017-04-04 13:38:30 +02:00
Milanka Ringwald
f68a5d67c5 avdtp: move stream start/stop to the app code 2017-04-04 13:27:40 +02:00
Milanka Ringwald
af2a1430b5 pts: fix avdtp_source_test compilation 2017-04-04 11:55:09 +02:00
Milanka Ringwald
1e4d3ef7c6 add avdtp_source_demo file 2017-04-04 11:34:01 +02:00
Milanka Ringwald
6501960148 move avdtp_source_test to pts 2017-04-04 11:34:01 +02:00
Milanka Ringwald
6959beff72 le data channels: fix pts test compile 2017-04-04 11:26:04 +02:00
Milanka Ringwald
11cae19e58 l2cap: fix for le data channels 2017-04-04 11:24:24 +02:00
Matthias Ringwald
e4aea38e5f tool: strip newlines from packet log in create_packet_log.py 2017-04-03 19:12:02 +02:00
Matthias Ringwald
fd19b115ee posix: allow to configure LINK_KEY_PATH and LE_DEVICE_DB_PATH 2017-04-03 14:32:33 +02:00
Matthias Ringwald
182c3ec8d7 hci: controller to host flow control - set host size before enabling flow control 2017-04-02 20:46:05 +02:00
Matthias Ringwald
e18703cc57 cc256x: use 1.5 initscript for CC2564B. Controller to Host Flow Control is broken on 1.4 but works on 1.5 2017-04-01 16:18:24 +02:00
Matthias Ringwald
dcd578c4c7 Merge branch 'hci-controller-to-host-flow-control' into develop 2017-04-01 15:46:41 +02:00
Matthias Ringwald
2b8382013c hci: Controller to Host Flow Control + docs 2017-04-01 15:46:16 +02:00
Matthias Ringwald
2a7d66b392 avdtp: delete sbc decoding from avdtp_source 2017-03-31 16:05:40 +02:00
Matthias Ringwald
7225ed38c3 remove accidental commit 2017-03-31 11:40:34 +02:00
Matthias Ringwald
839bb459a7 da14581: update .gitignore 2017-03-31 11:33:50 +02:00
Matthias Ringwald
d7d0a34773 da14581: forgot btstack_config for posix-h4-da14581 2017-03-31 11:32:21 +02:00
Matthias Ringwald
196886c36e remove accidental commit 2017-03-31 11:04:14 +02:00
Matthias Ringwald
6315579769 sdp_client: abort query on SDP_ErrorResponse 2017-03-30 22:42:20 +02:00
Matthias Ringwald
3e05a31cbd bluetooth_company_id: use scraped defines instead of small set from bluetooth.h before 2017-03-30 22:42:18 +02:00
Matthias Ringwald
61f37892ce bluetooth_company_id: use scraped defines instead of small set from bluetooth.h before 2017-03-30 22:19:17 +02:00
Matthias Ringwald
6797047d6d da14581: add to main readme 2017-03-30 21:56:50 +02:00
Matthias Ringwald
65b6e0cdf7 da14581: does not have fixed valid BD ADDR 2017-03-30 21:26:23 +02:00
Matthias Ringwald
fcf75f5bf8 da14581: verify crc after download 2017-03-30 21:19:53 +02:00
Matthias Ringwald
c240379e84 da14581: add to chipset docu 2017-03-30 19:31:13 +02:00
Matthias Ringwald
e72b198f65 da14581: add chipset support for Dialog Semiconductor DA14581. Download firmware before stack starts 2017-03-30 17:31:10 +02:00
Matthias Ringwald
502df37d2d test: fix des_iterator test 2017-03-26 23:19:26 +02:00
Matthias Ringwald
235946f152 bluetooth_sdp: use scraped SDP UUID and PSMs for SDP record creation and parsing 2017-03-26 22:19:18 +02:00
Matthias Ringwald
46b212911c bluetooth_sdp: add Browse Group Identifiers 2017-03-26 21:57:06 +02:00
Matthias Ringwald
a224d682a3 bnep: use UUIDs from bluetooth_sdp.h 2017-03-25 22:51:28 +01:00
Matthias Ringwald
dd80720956 debug: prepend filename and line number for log_X macros 2017-03-25 22:09:03 +01:00
Matthias Ringwald
ab2c6ae4b7 tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
Matthias Ringwald
03e09accef examples: add dummy GATT Server to GATT Client demos to avoid disconnect if LE Peripheral starts GATT queries on it's own 2017-03-24 14:50:52 +01:00
Matthias Ringwald
add9769e9d examples: add dummy GATT Server to GATT Client demos to avoid disconnect if LE Peripheral starts GATT queries on it's own 2017-03-24 14:47:52 +01:00
Matthias Ringwald
c00c65fa65 chipset: more on different HCI variants, spellcheck 2017-03-24 13:06:09 +01:00
Matthias Ringwald
2085ff8495 example: pbap_client -> pbap_client_demo to avoid confustion with pbap_client impl 2017-03-24 10:53:29 +01:00
Matthias Ringwald
bdd624350d Merge branch 'pbap' into develop
Add Phone Book Access Client (PBAP) over General Object Exchange (GOEP)
2017-03-23 22:28:29 +01:00
Milanka Ringwald
53f7f11996 avdpt: performance test for encoder, decoder 2017-03-23 22:28:04 +01:00
Milanka Ringwald
fa84a2d42f avdtp: source sends audio at const. speed 2017-03-23 22:28:04 +01:00
Milanka Ringwald
e033427c27 avdtp: fix compile 2017-03-23 22:28:04 +01:00