7281 Commits

Author SHA1 Message Date
Matthias Ringwald
29af07f3ba hci: replace '00:00:00:00:00:00' placeholder in EIR data with actual BD ADDR 2017-08-16 17:26:48 +02:00
Matthias Ringwald
fdfcab43ce fix signed-unsigned compare warnings 2017-08-16 17:16:08 +02:00
Matthias Ringwald
1c2a62f598 hci: replace '00:00:00:00:00:00' placeholder in local name with actual BD ADDR 2017-08-16 17:01:11 +02:00
Milanka Ringwald
bc555cb1d8 a2dp source: remove unused sep variable 2017-08-16 16:59:24 +02:00
Milanka Ringwald
5448c259b2 a2dp source: handle incoming connection, send event to client on signaling connection established 2017-08-16 16:06:13 +02:00
Milanka Ringwald
2f6083d0d8 avdto: move fields of SDP context to avdtp context 2017-08-16 16:06:13 +02:00
Matthias Ringwald
17ae5bc4f4 FLASH HAL: use 'bank' instead of 'sector' 2017-08-16 15:58:03 +02:00
Matthias Ringwald
c7f4b25f7a btstack_tlv: return 0 on ok for store_tag 2017-08-16 14:59:53 +02:00
Matthias Ringwald
8aecaa9f0f btstack_tlv_flash_sector: trigger migration if Flash is not erased after last found tag 2017-08-16 14:53:22 +02:00
Matthias Ringwald
5067757fa8 hal_flash_sector: remove unused define 2017-08-16 14:23:33 +02:00
Matthias Ringwald
99a525903c btstack_tlv_flash_sector: return first tag found 2017-08-16 14:23:04 +02:00
Matthias Ringwald
cfcd891d64 libusb: portaudio should not be enabled by default 2017-08-16 09:53:45 +02:00
Milanka Ringwald
974d4d6ebf avdtp: cleaup SDP query, call create connection on query complete 2017-08-15 15:49:50 +02:00
Milanka Ringwald
1e5de9ea0b sdp rfcomm client: return status of query instead of 0 2017-08-15 15:49:41 +02:00
Milanka Ringwald
8590747ade sdp client: fix compile 2017-08-15 15:11:19 +02:00
Milanka Ringwald
1e1ae2bcab a2dp: handle sdp query failure 2017-08-15 15:07:44 +02:00
Milanka Ringwald
ad7ff5d148 sdp client: handle connection failed 2017-08-15 15:07:44 +02:00
Milanka Ringwald
8c0f36353f remove Remove Ctrl-C from usage 2017-08-15 15:07:44 +02:00
Matthias Ringwald
c03fe772bb stm32-f4discovery-cc256x: extracted hal_flash_sector_stm32.[ch] 2017-08-15 14:47:52 +02:00
Matthias Ringwald
3c72f34031 max32630-fthr: update README (hal_flash_sector_t implemented) 2017-08-15 14:30:19 +02:00
Matthias Ringwald
e0e6f655f7 btstack_tlv_flash_sector: veriy write offset is within flash bank 2017-08-15 14:29:44 +02:00
Matthias Ringwald
5efdcd7d20 max32630-fthr: implement hal_flash_sector for MXC and use in port 2017-08-15 14:28:21 +02:00
Matthias Ringwald
944b9f78ad btstack_tlv_flash_sector: delete old value of newest entry if it exists on start - handles reset after writing entry but before old entry was deleted 2017-08-15 11:40:14 +02:00
Matthias Ringwald
14f9effccb btstack_tlv_flash_sector: assert hal_flash_sector->get_alignment is satisfied 2017-08-15 11:29:50 +02:00
Matthias Ringwald
cc480b8fa8 hal_flash_sector.h: add get_alignment() to get Flash read/write alignment requirements 2017-08-15 11:15:12 +02:00
Matthias Ringwald
a5481ee357 esp32: add set_port.sh tool (unix only) to set serial port for esp tool 2017-08-15 10:26:03 +02:00
Matthias Ringwald
e1f907047d test/security_manager: fix test 2017-08-14 18:10:26 +02:00
Matthias Ringwald
f5f08c7570 btstack_tlv_flash_sector: simplify migrate by assuming entries are mostly unique 2017-08-14 17:50:59 +02:00
Matthias Ringwald
4f924c8f35 btstack_tlv_flash_sector: erase existing tag after writing new value 2017-08-14 17:38:39 +02:00
Matthias Ringwald
4a0a7b450d btstack_tlv_flash_sector: implement delete by overwriting tag with zero tag 2017-08-14 17:34:48 +02:00
Matthias Ringwald
884aa5c407 hal_flash_sector_memory.c: allow to overwrite flash with 0x00 2017-08-14 17:27:32 +02:00
Matthias Ringwald
392ab97ecb test/gatt_client: fix compile 2017-08-14 17:17:45 +02:00
Matthias Ringwald
d961a09078 btstack_tlv_flash_sector: only erase bank if not empty 2017-08-14 17:06:20 +02:00
Matthias Ringwald
bdecf965b4 hal_flash_sector_memory: initialize simulated flash with 0xff 2017-08-14 17:00:03 +02:00
Matthias Ringwald
b0b1b5f7cd btstack_tlv_flash_sector: only erase first bank on start if no active bank found 2017-08-14 16:46:36 +02:00
Matthias Ringwald
ee32965340 test/flash_tlv: fix test 2017-08-14 16:45:48 +02:00
Matthias Ringwald
83e10e5386 le_device_db_tlv: fix code to store mapped entry 2017-08-14 15:01:49 +02:00
Matthias Ringwald
e6343eb699 sm: disable RNG in micro-ecc for standard version 2017-08-14 15:01:03 +02:00
Matthias Ringwald
1ce327b5b6 esp32: store LE bonding information using le_device_db_tlv 2017-08-14 14:35:55 +02:00
Matthias Ringwald
01f4f2a907 le_device_db_memory: comment code if NVM_NUM_DEVICE_DB_ENTRIES is defined to fix esp32 build 2017-08-14 14:33:44 +02:00
Matthias Ringwald
d0a478ad14 stm32-f4discovery-cc256x: enable new le_device_db_tlv, fix compile 2017-08-14 14:17:55 +02:00
Matthias Ringwald
d2d1c6bbc1 le_device_db_tlv: use NVM_NUM_DEVICE_DB_ENTRIES 2017-08-14 14:17:00 +02:00
Matthias Ringwald
24e1df9de5 docs: document NVM keys 2017-08-14 11:45:26 +02:00
Matthias Ringwald
0c92bcc661 sm: drop support for mbed-tls for ECDH 2017-08-14 11:17:52 +02:00
Matthias Ringwald
c5e6180ee5 posix-h4-da14581: fix compile 2017-08-14 11:01:11 +02:00
Matthias Ringwald
8974e43f05 sm: fix crash in ECC calculation when using 'static' micro-ecc branch. Add debug messages explaining cross-key derivation 2017-08-14 10:59:04 +02:00
Matthias Ringwald
1f5ff4332f le_device_db_tlv: le_device_db.h implementation on top of btstack_tlv.h interface 2017-08-11 16:34:10 +02:00
Milanka Ringwald
5389404447 a2dp sink demo: redundant redeclaration of ring_buffer 2017-08-11 12:31:22 +02:00
Milanka Ringwald
72c514e816 avdtp: add init/close media on start/suspend stream event 2017-08-11 12:21:31 +02:00
Milanka Ringwald
be030f500e fix comparison of integers of different signs 2017-08-11 12:14:47 +02:00