1369 Commits

Author SHA1 Message Date
Matthias Ringwald
14fd128c5a sdp queries: check if DES element exist before reading it 2018-10-01 17:50:00 +02:00
Matthias Ringwald
e650aceae4 example/pbap_client_demo: add set path 'telecom' 2018-09-28 12:16:22 +02:00
Matthias Ringwald
83f1bca067 pbap_client: emit PBAP_SUBEVENT_CARD_RESULT, show in demo app 2018-09-27 09:38:56 +02:00
Matthias Ringwald
e03b79ab68 pbap_client: implement pbap_lookup_by_number 2018-09-27 09:38:56 +02:00
Matthias Ringwald
c1bc0b8eb5 pbap_client: add support for md5 authentication challenge 2018-09-17 17:16:59 +02:00
Matthias Ringwald
cfd2437ec6 a2dp_source: suppport stream reconfiguration (a2dp_source_reconfigure_stream_sampling_frequency) 2018-09-17 12:06:51 +02:00
Matthias Ringwald
a3ace43957 example/hog_keyboard_demo: use report id in hid descriptor 2018-09-16 22:29:57 +02:00
Matthias Ringwald
96cb50ec30 example/spp_flowcontrol: fix compile 2018-09-07 12:25:49 +02:00
Matthias Ringwald
beb202884a att: ENABLE_ATT_DELAYED_READ_RESPONSE -> ENABLE_ATT_DELAYED_RESPONSE, example/att_delayed_read_response.c -> example/att_delayed_response.c 2018-08-27 11:01:19 +02:00
Matthias Ringwald
616878112b example/le_streamer: undo accidental commit that required encrypted connection 2018-08-24 15:29:56 +02:00
Matthias Ringwald
a4fe646795 example: register for events after setting up the stack, register for hci events after sm_init() 2018-08-24 10:03:14 +02:00
Matthias Ringwald
6ff88f1f26 example/pbap_client_demo: add pbap_get_phonebook_size 2018-08-20 20:36:34 +02:00
Matthias Ringwald
47a8bf93ea example/le_streamer: handle LE Connection Complete only once 2018-08-09 22:25:51 +02:00
Matthias Ringwald
bdd0a871d0 example/le_streamer_client: init sm before gatt client 2018-08-06 20:32:47 +02:00
Matthias Ringwald
e075f7ae05 example/a2dp_sink_demo: fix compile 2018-08-03 22:34:53 +02:00
Matthias Ringwald
bf85c2858a merge fixes from master 2018-08-03 22:20:28 +02:00
Matthias Ringwald
e22dfdb8aa example/a2dp_sink_demo: cleanup console interface 2018-08-03 22:14:45 +02:00
Matthias Ringwald
4ab2ed49bb example/le_streamer: fix optional code to request connection parameter updates 2018-08-02 12:52:41 +02:00
Matthias Ringwald
4e43ca9f2a example/hid_keyboard_demo: connect to fixed remote device on first keypress 2018-07-23 12:53:41 +02:00
Matthias Ringwald
b88bf5bffc add btstack_audio to example/Makefile.inc instead of individual ports that include it 2018-07-20 17:29:15 +02:00
Matthias Ringwald
f89030054a New example/mod_player.c 2018-07-20 16:26:42 +02:00
Matthias Ringwald
379c5f5f0f example/sco_demo_util: update to btstack_audio.h API 2018-07-20 16:13:52 +02:00
Matthias Ringwald
b23b09a59f example/a2dp_sink_demo: update to btstack_audio.h API 2018-07-20 16:13:33 +02:00
Matthias Ringwald
8d3be4021b sco_demo_util: fix signed/unsigned comparison warnings 2018-07-10 12:31:12 +02:00
Matthias Ringwald
080ca4ee19 example/spp_streamer_client: fix compiler warning 2018-07-05 23:09:10 +02:00
Matthias Ringwald
6138850c18 fix 'no newline at end of file' [-Wnewline-eof] 2018-07-05 22:19:19 +02:00
Matthias Ringwald
c30af2ff06 don't use empty initializer [-Wgnu-empty-initializer] 2018-07-05 22:13:46 +02:00
Milanka Ringwald
6fa3dbf269 avrcp controller: playback position change rate set to one sec, pass playback position changed event 2018-06-19 12:37:30 +02:00
Matthias Ringwald
6da5c9d5bb example/le_streamer_client: stop on enable notify error 2018-05-18 11:22:37 +02:00
Matthias Ringwald
a8d3af5747 example/gatt_battery_query: don't disconnect after first battery level value 2018-05-10 21:32:41 +02:00
Matthias Ringwald
91edc6314b example/att_delayed_read_response: fix compile without ENABLE_ATT_DELAYED_READ_RESPONSE 2018-05-03 10:13:45 +02:00
Milanka Ringwald
d112090976 a2dp sink demo: update api calls 2018-04-27 15:45:50 +02:00
Matthias Ringwald
b63d04ab57 example/sco_demo_util: use constant for mscb sample buffer 2018-04-26 13:52:25 +02:00
Milanka Ringwald
72afcab0c3 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2018-04-24 15:53:58 +02:00
Milanka Ringwald
8177fff398 a2dp sink demo: add register track changed event 2018-04-24 14:39:58 +02:00
Matthias Ringwald
e3c4fe2ff2 example/gap_le_advertisements: define adv type strings as const (avoids warnings) 2018-04-20 12:29:49 +02:00
Matthias Ringwald
2b3b87f99e example: add uECC.c to all examples (same as btstack_crytpto.c) 2018-04-19 15:31:23 +02:00
Milanka Ringwald
7078e43451 a2dp_source: a2dp_source_create_stream_endpoint returns avdtp_stream_endpoint_t 2018-04-18 11:29:09 +02:00
Milanka Ringwald
3d69fa84a1 a2dp source: fix compile 2018-04-13 17:28:10 +02:00
Matthias Ringwald
d1a1f6a4cf sm: use btstack_crypto (lifted from btstack-crypto branch) 2018-04-04 15:53:01 +02:00
Matthias Ringwald
495db15d42 fix compile 2018-03-16 11:52:41 +01:00
Matthias Ringwald
7d405bedbe new att_server_delayed_read_response example 2018-03-16 11:19:34 +01:00
Milanka Ringwald
b100348fc7 hsp hs: accept incoming sco connection 2018-03-14 15:55:26 +01:00
Milanka Ringwald
292a51b3ab a2dp source demo: put avrcp cid into meadi tracker, correct STDIN out info 2018-03-09 16:45:23 +01:00
Matthias Ringwald
6104991b22 example: new gatt_heart_rate_client example 2018-03-09 12:46:55 +01:00
Milanka Ringwald
bae8745c88 a2dp source demo: add cmd to printfs 2018-02-23 15:14:33 +01:00
Matthias Ringwald
7d09721a4b example/a2dp_source_demo: add option for VOLUME_REDUCTION 2018-02-20 15:57:55 +01:00
Milanka Ringwald
578eda3e1c a2dp source: fix walk through dicovered remote seps for finding SBC media codec capapbility 2018-02-20 15:50:36 +01:00
Matthias Ringwald
5c4f31389d example/le_streamer: use separate characteristics for rx/tx 2018-02-20 15:47:23 +01:00
Matthias Ringwald
1b9692bdb4 example/le_streamer: provide two test characteristics to support test with separate tx/rx 2018-02-20 15:47:00 +01:00