8742 Commits

Author SHA1 Message Date
Matthias Ringwald
99dd78454e posix-h4,posix-h5,windows-h4: show build id for CSR controllers 2019-02-03 21:26:16 +01:00
Matthias Ringwald
3139d098cb hci: fix compile 2019-02-03 18:59:45 +01:00
Matthias Ringwald
400ff5ab4c hci: calculate SCO payload length based on used hci transport and voice settings, drop hacks in sco_demo_util 2019-02-03 12:08:16 +01:00
Matthias Ringwald
01b2daf8ad example/sco_demo_util: prefix ASCII test data with packet counter 2019-02-03 11:32:48 +01:00
Matthias Ringwald
760b20ef2e hci: track outgoing / received SCO bytes to calculate num SCO slots used in controller 2019-02-03 00:19:56 +01:00
Matthias Ringwald
ce41473efb hci: unify num_acl_packets_sent + num_sco_packets_sent into single num_packets_sent in hci_connection_t 2019-02-01 21:41:23 +01:00
Matthias Ringwald
0b3f95df2e hci: implement implicit flow control for SCO packets 2019-02-01 18:06:10 +01:00
Matthias Ringwald
d861f4bf32 example/sco_demo_util: fix compile for non-audio modes 2019-02-01 17:35:43 +01:00
Matthias Ringwald
e1de95bec8 example/sco_demo_util: validate sco_handle in sco_demo_send 2019-02-01 15:53:39 +01:00
Matthias Ringwald
5db50aaad5 btstack_crypto: directly process queued crypto operation on HCI result 2019-01-29 11:20:15 +01:00
Milanka Ringwald
20834b7ab7 test/hfp: fix hci parser 2019-01-28 11:02:50 +01:00
Milanka Ringwald
d5bcd37fce test/sbc: fix hci parser 2019-01-28 10:49:40 +01:00
Milanka Ringwald
5f05305255 hfp: use flag to relase SLC 2019-01-27 22:17:24 +01:00
Milanka Ringwald
8439fb24b0 hfp: use flag to relase SLC 2019-01-27 22:17:24 +01:00
Matthias Ringwald
8d9b6072af sm: triger DHK/IRK calculation after ER/IR is set 2019-01-26 22:49:50 +01:00
Matthias Ringwald
60da69122d exampe: use VPATH for hxcmod-player 2019-01-26 22:38:20 +01:00
Milanka Ringwald
64f19ded88 hfp: enable call of SLC disconnect while the audio session is running 2019-01-25 16:51:39 +01:00
Milanka Ringwald
0aee97eff3 hfp: enhanced call status, fix event and parsing, extend demo 2019-01-25 16:28:41 +01:00
Matthias Ringwald
8a5282fd8d msp430 ports: improve RTS control - avoid enabling RTS after single byte block read with pending received byte 2019-01-23 17:22:14 +01:00
Matthias Ringwald
6f7dfc693b libusb: check libusb_reset_device result 2019-01-23 09:18:29 +01:00
Matthias Ringwald
84b427c355 raspi: add raspberry pi hardware overview 2019-01-22 14:30:42 +01:00
Matthias Ringwald
c41e99220e raspi: support for Pi 3 A+/B+, power cycle only controller without flowcontrol 2019-01-21 15:25:57 +01:00
Milanka Ringwald
5e947511ef btstack_cvsd_plc: fix warnings 2019-01-21 09:46:00 +01:00
Matthias Ringwald
d9bed121d2 raspi: support for Pi 3 A+/B+, power cycle only controller without flowcontrol 2019-01-19 23:57:51 +01:00
Matthias Ringwald
d14da541e3 posix: use correct baudrate enums for baud rates higher than 921600 (linux) 2019-01-19 21:58:56 +01:00
Matthias Ringwald
4cec621274 hci: release outgoing buffer on disconnect if waiting to send another ACL fragment 2019-01-17 19:22:35 +01:00
Matthias Ringwald
81d2bdb29c hci: release outgoing buffer on disconnect if waiting to send another ACL fragment 2019-01-17 19:21:00 +01:00
Matthias Ringwald
88949f8443 ad_parser: validate data element length fields in ad_iterator_has_more 2019-01-17 16:14:50 +01:00
Matthias Ringwald
33e6948b12 hci: validate advertisement data length field when generating GAP_EVENT_ADVERTISING_REPORT 2019-01-17 15:43:36 +01:00
Matthias Ringwald
23b7e05eef btstack_crypto: remove printfs 2019-01-14 21:23:31 +01:00
Matthias Ringwald
03843d749b btstack_crypto: fix typo in ccm functions 2019-01-12 23:15:46 +01:00
Matthias Ringwald
f88ad41f77 btstack_crypto/aes-ccm: add support for Additional Authenticated Data (AAD) 2019-01-12 22:19:02 +01:00
Matthias Ringwald
c342091bde l2cap: use void cast to avoid -Wcast-align warning 2019-01-10 15:50:37 +01:00
Matthias Ringwald
61c3f6de95 l2cap: fix crash when requesting ERTM but remote does not support ERTM at all 2019-01-10 15:42:45 +01:00
Matthias Ringwald
278494d6b3 rfcomm: assertt ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE is defined if ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE_FOR_RFCOMM is enabled 2019-01-09 09:25:54 +01:00
Matthias Ringwald
8cef84f359 spp_streamer/spp_streamer_client: optionally use L2CAP ERTM for RFCOMM with a single ERTM buffer 2019-01-09 09:08:52 +01:00
Matthias Ringwald
b8261b65d9 rfcomm: add missing l2cap include 2019-01-08 17:34:14 +01:00
Matthias Ringwald
a7a98a1451 rfcommm: support L2CAP ERTM. Callbacks passed to rfcomm_enable_l2cap_ertm() are used to manage ERTM buffers 2019-01-08 15:15:30 +01:00
Matthias Ringwald
2e98e94777 rfcomm: use outgoing buffer instead of l2cap send prepared, required for ERTM 2019-01-08 10:06:01 +01:00
Matthias Ringwald
c425ea4ad2 l2cap: add fcs_option to ERTM config l2cap_ertm_config_t 2019-01-08 09:18:09 +01:00
Matthias Ringwald
66a726407a l2cap: emit L2CAP_EVENT_ERTM_BUFFER_RELEASED if ERTM buffer not needed/used anymore 2019-01-07 21:47:59 +01:00
Matthias Ringwald
624873c3b8 l2cap: wrap l2cap_emit_opened by l2cap_report_channel_open_failed on error 2019-01-07 21:33:58 +01:00
Matthias Ringwald
7f1690cf27 l2cap: provide channel mode (basic/ertm) and fcs option in L2CAP_EVENT_CHANNEL_OPENED 2019-01-07 20:55:28 +01:00
Matthias Ringwald
729710c069 hci: enable le events for phy update and channel selection 2019-01-04 18:47:18 +01:00
Matthias Ringwald
b90f6e0afe gap: add gap_le_set_phy command 2019-01-04 18:46:13 +01:00
Matthias Ringwald
e705510c28 hci: return after sending hci cmd in hci_run() 2019-01-04 18:43:18 +01:00
Matthias Ringwald
dbf302f76d posix-h4-zephyr: fix use of static address 2019-01-04 15:26:08 +01:00
Matthias Ringwald
65f28213d1 example/le_streamer_client: fix latency output on connection event 2019-01-04 12:30:10 +01:00
Matthias Ringwald
088a7bae4d test/sbc: fix in_raw to not use plc 2019-01-03 13:52:00 +01:00
Matthias Ringwald
6cfd76e47e test/sbc+hfp: use O_RDONLY to read packet log on windows 2019-01-03 12:11:19 +01:00