1144 Commits

Author SHA1 Message Date
Matthias Ringwald
beeed1f3ef le_streamer_client: don't start scanning on disconnect caused by shutdown 2017-08-06 22:26:13 +02:00
Milanka Ringwald
01dc6e35bf avrcp target: add avrcp target connect/sdp query/disconnect; extend a2dp source demo 2017-07-21 14:49:04 +02:00
Matthias Ringwald
15304b2d11 example/le_streamer_client: don't print test data but measure throughput instead 2017-07-19 17:06:54 +02:00
Milanka Ringwald
319b19cc14 avdtp: fix compile warning, rename function 2017-07-19 16:51:36 +02:00
Milanka Ringwald
34b22aac09 avdtp, avrcp: cleanup, added error handling, fixed pts test compilation 2017-07-19 16:10:15 +02:00
Milanka Ringwald
67673f1cc2 a2dp source demo: cleanup 2017-07-19 16:10:15 +02:00
Milanka Ringwald
3fb2c90b0f examples: rename avdtp source into a2dp; remove avdtp sink demo 2017-07-19 16:05:35 +02:00
Milanka Ringwald
6b0ee1d045 avdtp source demo: fix avdtp cid, use local/remote seid 2017-07-19 16:05:35 +02:00
Milanka Ringwald
4ccacc40ad avdtp: introduced avdtp cid on connect; cmd functions return now status; use local and remote sedi in events instead of initiator and acceptor seid 2017-07-19 16:05:35 +02:00
Matthias Ringwald
b201873a4c example/avdtp_source_demo: fix compile without HAVE_BTSTACK_STDIN 2017-07-19 14:37:29 +02:00
Matthias Ringwald
4fb249f8f3 example/a2dp_sink_demo: fix compile without HAVE_BTSTACK_STDIN 2017-07-19 14:17:58 +02:00
Matthias Ringwald
44a1ebc025 example/le_streamer_client: unregister from notifications, reconnect after disconnect 2017-07-14 12:33:08 +02:00
Matthias Ringwald
c63d45a53e a2dp_sink_demo: print more PortAudio messages 2017-07-10 14:02:35 +02:00
Milanka Ringwald
f1042e9d0d a2dp sink: forward stream establish, start, pause, release 2017-07-07 16:42:48 +02:00
Matthias Ringwald
d2cc51b9f5 le_streamer: print disconnect with reason 2017-07-07 15:10:10 +02:00
Matthias Ringwald
63b0260c04 le_streamer: handle multiple clients = multiple LE Peripheral roles on supported hardware 2017-07-07 14:48:20 +02:00
Milanka Ringwald
7050d2ca52 a2dp sink: start extracting code from demo to a2dp layer 2017-07-07 14:09:31 +02:00
Milanka Ringwald
de804f9e40 update gitignore files 2017-07-07 10:15:43 +02:00
Matthias Ringwald
ee8a36c873 hci: fix gap_remote_name_request 2017-07-05 17:13:12 +02:00
Milanka Ringwald
dc488373ee Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-07-05 16:46:22 +02:00
Milanka Ringwald
df64272840 avrcp: put avrcp context into sdp query context 2017-07-05 16:46:12 +02:00
Matthias Ringwald
8f7efde120 hfp hf: add CLI_PRESENTATION_CAPABILITY to feature list in SDP record, fixes +CLIP for iOS 2017-07-05 16:04:29 +02:00
Matthias Ringwald
9163ed0f77 le_streamer_client: remove 'hidden' break, fix test 2017-07-04 19:54:59 +02:00
Matthias Ringwald
8e46c84798 example/le_streamer: print connection interval and connection latency on connect 2017-06-27 12:14:45 +02:00
Matthias Ringwald
e67b545f69 example/le_streamer: fix accidental commit 2017-06-26 23:33:15 +02:00
Matthias Ringwald
5aed585b77 spp_streamer: disable page/inquiry scan during test 2017-06-15 11:34:14 +02:00
Milanka Ringwald
89f1e358dd hfp hf: fix typo, add event to demo 2017-06-14 14:31:58 +02:00
Milanka Ringwald
2d46c2e68a a2dp demo: fix cmd interface 2017-06-14 14:12:09 +02:00
Milanka Ringwald
64421eb6d5 ad2p sink: add demo 2017-06-13 15:32:44 +02:00
Milanka Ringwald
9f951df8c7 avrcp+avdtp sink: add joined demo 2017-06-13 15:23:23 +02:00
Matthias Ringwald
bdab4b0beb remove <unistd.h> from examples and avrcp impl 2017-06-12 12:29:21 +02:00
Matthias Ringwald
7c03fe59ad example/spp_streamer_client: use state to decide on next action on inquiry complete 2017-06-12 11:24:11 +02:00
Matthias Ringwald
287c758dd4 example/spp_streamer_client: use gap_inquiry functions instead of sending hci 2017-06-09 23:05:23 +02:00
Matthias Ringwald
eaac31e881 fix build 2017-06-07 15:14:53 +02:00
Milanka Ringwald
0bd7cb1f0a avdtp sink demo: removed events 2017-06-07 11:49:42 +02:00
Matthias Ringwald
a48e17d9c4 example/avdtp_sink: fix compile for POSIX without Portaudio, disable HAVE_PORTAUDIO in libusb again 2017-06-02 14:45:35 +02:00
Matthias Ringwald
08c0d996ca example/avdtp_sink: move avdtp_sink_demo to examples 2017-06-02 14:32:04 +02:00
Matthias Ringwald
f40f8caeca example: new avdtp_source_demo example that plays 441 hz sine or small mod file 2017-05-29 12:51:46 +02:00
Matthias Ringwald
9620590336 example/hfg_ag: missing break 2017-05-29 11:22:55 +02:00
Matthias Ringwald
95a8ee01a4 btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
Matthias Ringwald
7ea7688a8f btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
Matthias Ringwald
cee62800b7 example: add spp_streamer_client 2017-05-25 19:19:32 +02:00
Matthias Ringwald
402122d413 example/spp_streamer: new version that acts as a server, similar to le_streamer 2017-05-25 16:49:39 +02:00
Matthias Ringwald
3d58195059 example/spp_and_le_streamer: send data via SPP or LE as fast as possible 2017-05-25 16:25:17 +02:00
Matthias Ringwald
b528169261 more missing breaks 2017-05-25 15:17:12 +02:00
Matthias Ringwald
ba6f86f834 example/hfp_hf: add missing break 2017-05-25 14:47:22 +02:00
Matthias Ringwald
6316c8ed51 example: fix warning for unused argc, argv 2017-05-22 22:04:20 +02:00
Matthias Ringwald
16f28706fd examples: use gap_pin_code_response in examples and tests 2017-05-22 11:44:40 +02:00
Matthias Ringwald
4d2bcd2adc example/panu_demo: fix compile, use gap pairing functions 2017-05-22 11:34:34 +02:00
Matthias Ringwald
6e87f20c5b example/hfp_ag: use gap inquiry functionality 2017-05-22 11:04:15 +02:00