8200 Commits

Author SHA1 Message Date
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
Matthias Ringwald
3f0fce8c53 libusb: don't use LLVM-only warning flags 2018-07-06 07:21:46 +02:00
Matthias Ringwald
c6d79a8426 mtk: fix compile -> named union on btstack_data_source_t 2018-07-05 23:28:00 +02:00
Matthias Ringwald
1dcd7dc6a3 libusb: don't use -Wgnu-empty-initializer (not available for gcc) 2018-07-05 23:23:22 +02:00
Matthias Ringwald
59ab165553 btstack_crypto: avoid anonymous union 2018-07-05 23:15:48 +02:00
Matthias Ringwald
080ca4ee19 example/spp_streamer_client: fix compiler warning 2018-07-05 23:09:10 +02:00
Matthias Ringwald
398a95ec8e run_loop: avoid anonymous union 2018-07-05 23:07:52 +02:00
Matthias Ringwald
f04a41aef7 btstack_run_loop: add btstack_run_loop_set_data_source_handle and btstack_run_loop_get_data_source_handle (for windows) 2018-07-05 22:54:18 +02:00
Matthias Ringwald
d504181a0a hci: avoid anonymous union 2018-07-05 22:53:44 +02:00
Matthias Ringwald
8c413f9ace avrcp: use enum values in 'int' size' - avoid compiler warning 2018-07-05 22:43:12 +02:00
Matthias Ringwald
18bcdd55e6 avrcp_target: AVRCP_MEDIA_ATTR_NONE + 1 = AVRCP_MEDIA_ATTR_ALL 2018-07-05 22:38:26 +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
dbb3997aee compile_gatt: add additional paths for .gatt files using -I 2018-07-05 12:15:01 +02:00
Milanka Ringwald
432f6cc7ec hal_flash_bank_memory: remove exit() from write-twice error reporting 2018-07-03 15:10:29 +02:00
Milanka Ringwald
c006cd1902 fix compiler warnings 2018-07-03 10:38:57 +02:00
Milanka Ringwald
784eb10cc7 windows-winusb: ignore virtual Bluetooth adapter provided by VMware (compile fix) 2018-07-02 15:08:47 +02:00
Milanka Ringwald
9d31f827ed windows-winusb: ignore virtual Bluetooth adapter provided by VMware 2018-07-02 14:59:29 +02:00
Matthias Ringwald
cea733e4bd test: new sdp/sdp_record_builder calculates sdp record sizes based on provided param 2018-06-26 18:31:42 +02:00
Matthias Ringwald
d0c510fc6d a2dp: fix compiltion for c++ 2018-06-26 18:25:04 +02:00
Matthias Ringwald
dfbbc26bf3 avrcp: fix compilation for c++ 2018-06-26 18:12:51 +02:00
Matthias Ringwald
a959741731 avrcp: acd missing #include 2018-06-26 18:02:59 +02:00
Matthias Ringwald
9e6f232991 test: remove outdated include paths 2018-06-26 13:40:35 +02:00
Matthias Ringwald
85414bcc73 ports: enable SCO-over-HCI for CC256x ports 2018-06-26 13:28:24 +02:00
Matthias Ringwald
dd5e598191 avrcp: allow to pass NULL as connection cid output parameter 2018-06-26 12:24:07 +02:00
Matthias Ringwald
dba24ced98 le_device_db_tlv: log_error if tlv isn't initialized, try not to crash 2018-06-22 11:43:37 +02:00
Matthias Ringwald
bc71fcbb5e libusb/windows-winusb: add BCM20702B0 2018-06-20 12:09:41 +02:00