5490 Commits

Author SHA1 Message Date
Matthias Ringwald
664e8b55a1 hci_transport_h4_embedded: handle SCO packets 2016-04-26 11:44:42 +02:00
Matthias Ringwald
d9ec3f99b2 example/hsp_X_demo: fix error report for HSP_SUBEVENT_RFCOMM_CONNECTION_COMPLETE 2016-04-22 10:09:40 +02:00
Matthias Ringwald
bdb44bd96a example/hsp+hfp: prettify SCO packet count, show remote addr in menu 2016-04-21 21:48:56 +02:00
Matthias Ringwald
13839019fa HFP + HSP: use uniform btstack_packet_handler_t 2016-04-21 21:37:40 +02:00
Matthias Ringwald
d1fd2a8811 l2cap: fix event forwarding failure by previous commit 2016-04-21 21:23:31 +02:00
Matthias Ringwald
3d50b4ba50 hci: use btstack_packet_handler_t for acl and sco callbacks 2016-04-21 20:47:37 +02:00
Matthias Ringwald
827ced6014 hfp/hsp: don't call l2cap_init 2016-04-21 16:17:03 +02:00
Matthias Ringwald
3cef842b65 example/hfp_ag: send sinus wave to HF 2016-04-21 15:58:44 +02:00
Matthias Ringwald
6ff51cfd6b Add handle to HFP_SUBEVENT_AUDIO_CONNECTION_ESTABLISHED getters 2016-04-21 15:29:46 +02:00
Matthias Ringwald
be2a1a7820 hfp_hf: fix compile 2016-04-21 15:05:23 +02:00
Matthias Ringwald
e64e0086b6 example/hfp_ag: tidy up 2016-04-21 14:50:02 +02:00
Matthias Ringwald
6c5b2002a2 hfp: don't report command status ok for synchronous setup 2016-04-21 14:48:17 +02:00
Matthias Ringwald
eddcd3084a hfp: handle command status error when opening sco connection 2016-04-21 12:40:21 +02:00
Matthias Ringwald
473ac565d5 hfp_ag: fix sending of chunked AG Indicators 2016-04-21 11:50:46 +02:00
Matthias Ringwald
bb6944afd9 hfp: request rfcomm send event after connection created 2016-04-21 11:47:33 +02:00
Matthias Ringwald
b04800026f sm: fix compile 2016-04-20 16:57:41 +02:00
Matthias Ringwald
7f727f81e5 sm: use just works if master or slave have unknown IO capabilities 2016-04-20 16:52:49 +02:00
Matthias Ringwald
a3f81b3616 sm: use uint8_t[7] instead of struct for sm_pairing_packet_t to avoid to depend on packed structs 2016-04-20 16:51:36 +02:00
Matthias Ringwald
6a7f493ac5 example/hsp: fix docu to refer to ENABLE_SCO_OVER_HCI 2016-04-18 16:15:39 +02:00
Matthias Ringwald
db00faf25b fix warnings 2016-04-18 14:49:05 +02:00
Matthias Ringwald
9cd88577a1 add link to migration notes 2016-04-11 22:26:41 +02:00
Matthias Ringwald
0adfba38bd Merge remote-tracking branch 'refs/remotes/origin/master' 2016-04-11 11:47:09 +02:00
Matthias Ringwald
5512bdc2f5 Replace master with cleaned up API to master.
Development will proceed on develop branch, while master is always a good place to get started
2016-04-11 11:41:32 +02:00
Matthias Ringwald
962127fa86 link to v0.9 builders + docs 2016-04-11 11:19:41 +02:00
Matthias Ringwald
490a6e278f add 0.9 note 2016-04-10 22:38:31 +02:00
Matthias Ringwald
954716f043 example: drop example/gap_inquiry_and_bond.c 2016-04-10 22:00:25 +02:00
Matthias Ringwald
b3fcedb9c9 compile-gatt.py -> compile_gatt.py 2016-04-10 21:58:19 +02:00
Matthias Ringwald
070c8da6de misc: collect misc scripts 2016-04-10 21:53:56 +02:00
Matthias Ringwald
724f400dd4 hfp: avoid warnings about rfcomm_cid #0 2016-04-09 21:32:52 +02:00
Matthias Ringwald
093577fadb hsp_ag: check rfcomm can send now 2016-04-09 21:12:42 +02:00
Matthias Ringwald
b745505ebe pts/hsp_hs: init l2cap 2016-04-09 21:08:33 +02:00
Matthias Ringwald
9323e69038 pts/hsp_ag: init l2cap, add command to establish audio connection 2016-04-09 21:07:20 +02:00
Matthias Ringwald
fb995f630f hsp_ag: check before sending hci commands 2016-04-09 21:06:20 +02:00
Matthias Ringwald
25866f0125 pts: add other PTS dongle 2016-04-09 20:35:42 +02:00
Matthias Ringwald
ad1322ab5f hsp_ag: fix outgoing sdp query 2016-04-09 20:35:15 +02:00
Matthias Ringwald
1c2a5bcac3 fix compile 2016-04-08 23:26:49 +02:00
Matthias Ringwald
e392c21b6c fix compile 2016-04-08 23:25:34 +02:00
Matthias Ringwald
d356a6da17 move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
Matthias Ringwald
b63f0f20d2 example: drop example/gap_inquiry_and_bond.c 2016-04-08 22:56:24 +02:00
Matthias Ringwald
86c3855949 gatt_client: store notification callback, fix characteristic serialization. ancs_client: also listen for notification source notifications 2016-04-08 22:51:52 +02:00
Matthias Ringwald
77a5a3586d example/ancs_demo: register for both hci and sm events 2016-04-08 21:38:24 +02:00
Matthias Ringwald
89860bac6e Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-04-08 17:25:05 +02:00
Matthias Ringwald
d6099e0e68 migration: explain new flow control 2016-04-08 17:23:58 +02:00
Milanka Ringwald
f4bc971fce fix compile 2016-04-08 17:08:38 +02:00
Milanka Ringwald
a0653c3b5c hfp: HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_ESTABLISHED emited with connection handle 2016-04-08 17:04:40 +02:00
Matthias Ringwald
daf17d1f25 rfcomm: fix channel open 2016-04-08 16:27:29 +02:00
Matthias Ringwald
8ed5c2eaa4 rfcomm: improve rfcomm_channel_ready_to_send 2016-04-08 16:08:32 +02:00
Matthias Ringwald
3232fa3006 rfcomm: request new l2cap can send now outside of rfcomm channel sm 2016-04-08 15:52:42 +02:00
Matthias Ringwald
7d2c9f1338 test: fix sm and sdp client 2016-04-08 15:38:45 +02:00
Matthias Ringwald
ba92fcf681 hfp: fix compile 2016-04-08 15:20:59 +02:00