Matthias Ringwald
|
d3849e4c96
|
posix: add btstack_tlv_posix.c to all posix ports
|
2018-07-29 11:06:33 +02:00 |
|
Matthias Ringwald
|
ad419dbcb0
|
wiced-h5: pick mico-ecc library componend based on WICED SDK version
|
2018-07-27 17:07:02 +02:00 |
|
Matthias Ringwald
|
b25ef1bb6f
|
wiced-h4: pick mico-ecc library componend based on WICED SDK version
|
2018-07-27 16:55:11 +02:00 |
|
Matthias Ringwald
|
892a0b9254
|
a2dp_sink: emit A2DP_SUBEVENT_STREAM_ESTABLISHED on l2cap disconnect for outgoing connections if not sent earlier
|
2018-07-25 17:49:35 +02:00 |
|
Matthias Ringwald
|
d2ac43106a
|
changelog: mention errata-10734
|
2018-07-24 14:51:47 +02:00 |
|
Matthias Ringwald
|
584f25c46e
|
pts/sm_test: add test for invalid public key
|
2018-07-24 14:46:14 +02:00 |
|
Matthias Ringwald
|
349d0adb5f
|
sm: use SM_REASON_DHKEY_CHECK_FAILED if received public key is invalid, simulate invalid public key for testing
|
2018-07-24 14:46:14 +02:00 |
|
Matthias Ringwald
|
8db5aeed23
|
bcm: fix patchram download
|
2018-07-24 11:07:38 +02:00 |
|
Matthias Ringwald
|
55e8029cd9
|
avrcp: extract avrcp_finalize_connection
|
2018-07-23 18:14:43 +02:00 |
|
Matthias Ringwald
|
d56aa764c3
|
avrcp: free avrcp_connection if sdp query fails
|
2018-07-23 18:11:16 +02:00 |
|
Matthias Ringwald
|
e8b8106866
|
hci_transport_h4, hci_transport_em9304_spi.c: add checks for Event + SCO packet lengths
|
2018-07-23 14:19:33 +02:00 |
|
Matthias Ringwald
|
fc6cde64da
|
Replaced HCI_PACKET_BUFFER_SIZE with HCI_INCOMING_PACKET_BUFFER_SIZE and HCI_OUTGOING_PACKET_BUFFER_SIZE
|
2018-07-23 14:14:14 +02:00 |
|
Matthias Ringwald
|
84dcd8f6cb
|
update CHANGELOG
|
2018-07-23 14:11:10 +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
|
57c643ee41
|
hid_device: implement outgoing connections via hid_device_connect
|
2018-07-23 12:52:48 +02:00 |
|
Matthias Ringwald
|
7b3465d4a2
|
esp32: add btstack_audio_esp32_get_instance(void) to btstack_audio.h
|
2018-07-22 00:07:15 +02:00 |
|
Matthias Ringwald
|
a057b0dbb8
|
esp32: support audio playback via btstack_audio_esp32.c
|
2018-07-22 00:01:23 +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
|
612ee88638
|
remove hal_audio_dma.h
|
2018-07-20 17:28:45 +02:00 |
|
Matthias Ringwald
|
f45d1a4efb
|
btstack.h: only include classic headers if ENABLE_CLASSIC is defined, fixes #150
|
2018-07-20 17:04:15 +02:00 |
|
Matthias Ringwald
|
c8c99ed6d1
|
test/sbc: drop HAL_AUDIO_DMA
|
2018-07-20 16:55:03 +02:00 |
|
Matthias Ringwald
|
19e3fb5b5a
|
pts/avdtp_sink_test: drop HAVE_AUDIO_DMA code
|
2018-07-20 16:50:16 +02:00 |
|
Matthias Ringwald
|
6038636a4b
|
pts: add btstack_audio
|
2018-07-20 16:47:56 +02:00 |
|
Matthias Ringwald
|
9116bae8e8
|
stm32-f4discovery-cc256x: fix compile warning
|
2018-07-20 16:34:54 +02:00 |
|
Matthias Ringwald
|
c4b3e553ae
|
stm32-f4discovery-cc256x: use new hal_audio implementation
|
2018-07-20 16:31:14 +02:00 |
|
Matthias Ringwald
|
730bc5a03e
|
hal_audio implementation for f4discovery port
|
2018-07-20 16:30:43 +02:00 |
|
Matthias Ringwald
|
95c90b0854
|
windows: add btstack_audio to windows-h4 and windows-winusb
|
2018-07-20 16:29:51 +02:00 |
|
Matthias Ringwald
|
e739af9896
|
libusb: add btstack_audio
|
2018-07-20 16:29:16 +02:00 |
|
Matthias Ringwald
|
f89030054a
|
New example/mod_player.c
|
2018-07-20 16:26:42 +02:00 |
|
Matthias Ringwald
|
2ab2c98531
|
btstack_audio: add header to btstack.h
|
2018-07-20 16:26:07 +02:00 |
|
Matthias Ringwald
|
f1dc9b7f25
|
stm32-f4discovery-cc2564: use circular dma for audio playback if HAVE_HAL_AUDIO is defined
|
2018-07-20 16:18:44 +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
|
dfa3274687
|
btstack_audio: implementation for embedded on top of hal_audio.h
|
2018-07-20 16:11:27 +02:00 |
|
Matthias Ringwald
|
fa6e80625e
|
Introduce review hal_audio for playback/recording using circular buffer set
|
2018-07-20 16:10:59 +02:00 |
|
Matthias Ringwald
|
a89df2dffc
|
btstack_audio: implementation for PortAudio
|
2018-07-20 16:08:42 +02:00 |
|
Matthias Ringwald
|
23a1bbc334
|
Introduce btstack_audio.h api
|
2018-07-20 16:07:47 +02:00 |
|
Matthias Ringwald
|
e4c4434edd
|
hsp_hs: fix compile
|
2018-07-19 16:41:00 +02:00 |
|
Matthias Ringwald
|
4789e87214
|
hsp_hs: update remote bd_addr to enable sco accept
|
2018-07-19 16:26:32 +02:00 |
|
Matthias Ringwald
|
c085d9ff20
|
sm: generate new EC Public Keypair after each pairing
|
2018-07-13 13:54:28 +02:00 |
|
Matthias Ringwald
|
34b6528f7c
|
sm: wait for ec key before pairing
|
2018-07-13 13:48:43 +02:00 |
|
Matthias Ringwald
|
674e5b4ae9
|
sm: extract sm_ec_generate_new_key
|
2018-07-13 11:40:46 +02:00 |
|
Matthias Ringwald
|
7ea539b707
|
pts: fix compile -> named union on btstack_data_source_t
|
2018-07-11 19:37:19 +02:00 |
|
Matthias Ringwald
|
8d3be4021b
|
sco_demo_util: fix signed/unsigned comparison warnings
|
2018-07-10 12:31:12 +02:00 |
|
Matthias Ringwald
|
e1ad7f0d11
|
avrcp: fix issue with multiple AVCTP SDP records and where expected one is not the last
|
2018-07-10 11:29:28 +02:00 |
|
Matthias Ringwald
|
b35f7fa291
|
posix-h4-da14585: update README.md
|
2018-07-08 16:44:12 +02:00 |
|
Matthias Ringwald
|
ecde56a6a0
|
da14581: add posix port for DA14585 and list in chipsets and ports
|
2018-07-08 16:25:01 +02:00 |
|
Matthias Ringwald
|
853a352a3e
|
da14581: add SRAM HCI Firmware for DA14585 (compiled without changes from 6.0.8.509
|
2018-07-08 16:23:44 +02:00 |
|
Matthias Ringwald
|
3c4781d0d6
|
stm32-f4discover-cc256x: enable btstack_stdin, hfp_wide_band_speec, and allow for 2 HCI connections
|
2018-07-06 23:13:42 +02:00 |
|
Matthias Ringwald
|
762a0fb4bc
|
stm32-f4discovery-cc256x: increase l2cap_channels to 4 - avrcp creates channel before sdp is closed
|
2018-07-06 17:42:57 +02:00 |
|