1431 Commits

Author SHA1 Message Date
Matthias Ringwald
a4bfc4fed9 hog: hid-over-gatt - add hids_device gatt service and hog_keyboard_demo example 2017-09-25 11:41:28 +02:00
Matthias Ringwald
b1ca30db1b example: use new att_read_callback_* helpers 2017-09-23 21:37:22 +02:00
Matthias Ringwald
bacdd2ab9e examples: also delete spp_and_le_streamer.h 2017-09-14 14:30:16 +02:00
Matthias Ringwald
36b4a12c09 panu_demo: enable tun interface read callback 2017-09-08 15:56:24 +02:00
Matthias Ringwald
dbc206868b panu_demo: also log bnep send 2017-09-07 17:12:51 +02:00
Matthias Ringwald
60f21f5228 panu_demo: request can send now, log received network packets 2017-09-07 17:02:06 +02:00
Matthias Ringwald
b5a442a757 panu_demo: prefer NAP over PANU 2017-09-06 15:19:44 +02:00
Matthias Ringwald
7693aad03d panu_demo: connect to BNEP after SDP query is complete 2017-09-04 13:05:09 +02:00
Matthias Ringwald
428b8c5a61 a2dp_source_demo: fix warning 2017-08-31 12:13:27 +02:00
Milanka Ringwald
831d3fd526 avrcp target: crude pass through implemetation 2017-08-30 17:22:15 +02:00
Milanka Ringwald
a466d50862 ad2p: fix disconnect 2017-08-30 11:05:20 +02:00
Milanka Ringwald
88132161fe a2dp source: cleanup api, add minimal docu, update example 2017-08-29 15:22:27 +02:00
Milanka Ringwald
fd58c90006 a2dp sink: cleanup api, add minimal docu, update tests and examples 2017-08-29 15:22:27 +02:00
Milanka Ringwald
326e5ced38 a2dp sink: reset state on connetion failure 2017-08-25 17:47:32 +02:00
Milanka Ringwald
04cd6488fb a2dp: handle signaling chanel release, fix event's meta type 2017-08-25 16:50:34 +02:00
Milanka Ringwald
55ddebcc9f a2dp source: reset state on channel opened failed 2017-08-25 14:21:18 +02:00
Milanka Ringwald
63d7d357dc a2dp source demo: fix playback stop when 'z' is hit twice 2017-08-25 14:21:18 +02:00
Milanka Ringwald
87e914e548 a2dp source demo: fix playback stop when 'z' is hit twice 2017-08-25 14:21:18 +02:00
Matthias Ringwald
5ddac27281 example/le_streamer_client: provide template to set connection interval 2017-08-23 17:13:26 +02:00
Milanka Ringwald
05d93378f0 autoconnect if STDIN is not defined 2017-08-23 11:19:27 +02:00
Milanka Ringwald
6dbf1f9ab2 handle SDP query error 2017-08-22 11:12:08 +02:00
Matthias Ringwald
0c2b8870c4 examples: unify local names and append BD_ADDR 2017-08-16 21:40:32 +02:00
Milanka Ringwald
5448c259b2 a2dp source: handle incoming connection, send event to client on signaling connection established 2017-08-16 16:06:13 +02:00
Milanka Ringwald
1e1ae2bcab a2dp: handle sdp query failure 2017-08-15 15:07:44 +02:00
Milanka Ringwald
8c0f36353f remove Remove Ctrl-C from usage 2017-08-15 15:07:44 +02:00
Matthias Ringwald
0c92bcc661 sm: drop support for mbed-tls for ECDH 2017-08-14 11:17:52 +02:00
Milanka Ringwald
5389404447 a2dp sink demo: redundant redeclaration of ring_buffer 2017-08-11 12:31:22 +02:00
Milanka Ringwald
72c514e816 avdtp: add init/close media on start/suspend stream event 2017-08-11 12:21:31 +02:00
Milanka Ringwald
be030f500e fix comparison of integers of different signs 2017-08-11 12:14:47 +02:00
Milanka Ringwald
ef5ad9d62b a2dp: pass remote bd address on stream established event 2017-08-11 11:37:16 +02:00
Matthias Ringwald
adaba9f340 Fix more warnings (mostly sign-compare) 2017-08-09 22:58:56 +02:00
Milanka Ringwald
4567cc17d5 avdtp/avrcp: log error on malloc failure 2017-08-09 16:45:27 +02:00
Matthias Ringwald
249d94cf77 fix warnings: mostly sign-compare 2017-08-08 18:03:40 +02:00
Milanka Ringwald
5e3d4d2bb3 avrcp: get now playing info, without fragmentation 2017-08-08 17:09:47 +02:00
Milanka Ringwald
c045af9951 avrcp target: add get play status query 2017-08-08 17:09:47 +02:00
Milanka Ringwald
e0bbf3ed25 avrcp target: add get capabilities 2017-08-08 17:09:47 +02:00
Milanka Ringwald
4b338011de avrcp target: added response for unit and subunit info 2017-08-08 17:09:47 +02:00
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