7644 Commits

Author SHA1 Message Date
Milanka Ringwald
4cb889a5b0 avrcp: fix includes 2017-11-03 17:12:57 +01:00
Matthias Ringwald
6cf9be566b att_server: fix compile 2017-11-02 10:46:57 +01:00
Matthias Ringwald
9f5265c3aa hci_transport_h5: disable forced log_debug 2017-11-02 10:46:57 +01:00
Matthias Ringwald
6f8637a229 btstack_event: add LE Device DB index to SM_EVENT_IDENTITY_CREATED 2017-11-02 10:46:57 +01:00
Milanka Ringwald
58d7a529a0 update examples docu 2017-11-01 15:35:16 +01:00
Milanka Ringwald
d5e631f6ca docu: add usage to a2dp demos 2017-11-01 12:25:28 +01:00
Milanka Ringwald
185fb1d27e
Update README.md 2017-11-01 11:58:09 +01:00
Milanka Ringwald
c209eb1ece
Update README.md 2017-11-01 11:57:34 +01:00
Matthias Ringwald
a7e4f59be7 hal_flash_bank_memory: don't modify simulated flash data if 0xff is written - needed for alignment >= 8 2017-11-01 10:50:06 +01:00
Matthias Ringwald
372a35564c btstack_tlv_flash_bank: support unaligned value sizes with alignment up to 8 bytes 2017-11-01 10:50:06 +01:00
Matthias Ringwald
e8efffc8d1 btstack_tlv_flash_bank: extract btstack_tlv_flash_bank_read and btstack_tlv_flash_bank_write 2017-11-01 10:50:06 +01:00
Milanka Ringwald
15de820685 docu: add example tags, fix table for pdf 2017-11-01 10:41:16 +01:00
Milanka Ringwald
1e9de6b0ec add exaples to docu 2017-10-31 16:28:16 +01:00
Milanka Ringwald
6fa8d4c7b0 a2dp source demo: update docu 2017-10-31 15:35:01 +01:00
Milanka Ringwald
dd955f23f1 a2dp sink demo: fix compile error 2017-10-31 14:33:05 +01:00
Milanka Ringwald
4dc98401be a2dp sink demo: add doku 2017-10-31 12:53:04 +01:00
Matthias Ringwald
4bdbd7549b chipset: atwilc3000 only supports LE officially, em9304 has valid bd_addr, some W18xx have ANT 2017-10-30 16:24:19 +01:00
Matthias Ringwald
d241e50b75 HOG mouse/keyboard: stop sending on disconnect 2017-10-30 15:17:00 +01:00
Milanka Ringwald
6c333d061e a2dp sink demo: warning on avrcp cmds called beforeestablishing AVRCP connection 2017-10-27 10:21:19 +02:00
Matthias Ringwald
e0f9c2f9a3 panu_demo: fix SDP remote log output 2017-10-26 15:42:09 +02:00
Matthias Ringwald
8349ead0eb stm32-f4discovery-cc256x: setup system tlv instance 2017-10-26 15:02:57 +02:00
Matthias Ringwald
7a2e63879d sm: fix storing of bonding infomation for LE Legacy Pairing. Bug introduced in 4c1d10929 2017-10-26 15:01:20 +02:00
Matthias Ringwald
98d95509d1 sm: drop SC Auth Req Flag if ENABLE_LE_SECURE_CONNECTIONS is not defined 2017-10-26 14:09:00 +02:00
Milanka Ringwald
9635072ee4 a2dp sink demo: store dev address on incoming connection 2017-10-25 16:37:51 +02:00
Matthias Ringwald
ed732917d0 esp32: fix build of non-btstack examples when added as component to esp-idf. Fixes #85 2017-10-25 16:26:56 +02:00
Matthias Ringwald
a6f770a0a8 freertos: init btstack_run_loop_task already during run loop init 2017-10-25 15:38:12 +02:00
Matthias Ringwald
297a0e053d freertos: use portYIELD_FROM_ISR without arguments on esp32 and allow to compile of btstack_uart_block_freertos 2017-10-25 15:38:12 +02:00
Matthias Ringwald
233eb2b535 btstack_uart_block: fix type for btstack_uart_block_freertos_instance 2017-10-25 15:38:12 +02:00
Milanka Ringwald
694666f27c a2dp source demo: print reception of AVRCP play, pause, stop operation 2017-10-25 12:55:28 +02:00
Milanka Ringwald
b583bd52d4 a2dp source demo: fix pause stream 2017-10-25 12:46:01 +02:00
Matthias Ringwald
2b25cc0e93 stm32-f4discovery-cc256x: create update_gatt_db.py in python instead of shell script 2017-10-23 18:07:57 +02:00
Matthias Ringwald
858282951e hids_device: only emit event for subscription once 2017-10-23 17:32:57 +02:00
Matthias Ringwald
f61cf6aae2 btstack_tlv_posix: fix compile 2017-10-23 16:39:58 +02:00
Matthias Ringwald
d1700513b5 btstack_tlv_posix: basic implementation that keeps all entries in RAM but persists new entries to disk 2017-10-23 14:24:19 +02:00
Matthias Ringwald
a75ba47b51 example/dut_mode_classic: fix packet handler comment 2017-10-19 11:58:20 +02:00
Matthias Ringwald
486d2354f0 example/dut_mode_classic: enter BR/EDR Device Under Test (DUT) mode example 2017-10-19 11:42:45 +02:00
Matthias Ringwald
84ca9bd8a9 hci_cmds: added remaining BR/EDR test commands 2017-10-19 11:40:59 +02:00
Matthias Ringwald
f38885aa68 chipset: ATWILC3000 only qualified as BLE Controller 2017-10-18 11:37:31 +02:00
Matthias Ringwald
2cf7e974df esp32: more .gitignore 2017-10-17 16:16:53 +02:00
Milanka Ringwald
b50123e9f2 a2dp sink demo: fix audio on stream restart 2017-10-17 15:10:42 +02:00
Matthias Ringwald
8f8dd6263a att_db: introduce PERSISTENT_WRITE_CCC, add to CCC ATT handle 2017-10-17 14:50:51 +02:00
Milanka Ringwald
596b7fdcf4 a2dp sink: fix avdtp cid propagation 2017-10-17 12:50:33 +02:00
Matthias Ringwald
42133918ad le_device_db_tlv: only cache used enries, don't compact anymore 2017-10-16 17:04:57 +02:00
Matthias Ringwald
84827a6970 chipset: mention CSR acquisition by Qualcomm 2017-10-16 12:21:24 +02:00
Matthias Ringwald
dc01ccc6b2 esp32: support power down and power up. updated sdkconfig 2017-10-14 21:10:45 +02:00
Matthias Ringwald
811ddedbd4 tool: handle SCO packets in create_packet_log.py 2017-10-13 23:13:43 +02:00
Matthias Ringwald
709c5ddd29 stm32-f4discovery-cc256x: F407 has 1028 kB Flash and 128 + 64 kB RAM 2017-10-13 15:28:12 +02:00
Matthias Ringwald
c246d1bbea a2dp_sink_demo: fix compile error 2017-10-13 15:27:14 +02:00
Milanka Ringwald
a7a576295b avrcp pts test: fix compile 2017-10-12 17:18:52 +02:00
Milanka Ringwald
1bf7a74f31 avrcp: draft fragmentation implementation 2017-10-12 17:14:45 +02:00