7441 Commits

Author SHA1 Message Date
Matthias Ringwald
4cd5c7b426 sm: use public adress for resolvable and non-resolvable random addresses in SM Identity Address Information 2017-08-17 21:37:03 +02:00
Matthias Ringwald
15077576b1 esp32: update default sdkconfig 2017-08-17 14:53:24 +02:00
Matthias Ringwald
c439e29667 hci: correct len of hci_write_extended_inquiry_response during init 2017-08-17 14:43:15 +02:00
Matthias Ringwald
41b3c0f43e esp32: fix warning in btstack_tlv_esp32_store_tag 2017-08-17 14:11:10 +02:00
Matthias Ringwald
8cdc9940ad hci: fix compile 2017-08-17 11:25:26 +02:00
Matthias Ringwald
f868b05943 hci: replace bd_addr placeholder in adv data and scan response data with actual bd addr string 2017-08-17 11:21:25 +02:00
Matthias Ringwald
ad0d11084a hci: create EIR data based on local name if not set 2017-08-17 11:15:45 +02:00
Matthias Ringwald
631685302e hci: use default_classic_name if not set 2017-08-17 10:54:17 +02:00
Matthias Ringwald
24efff18d5 max32630fthr: support for hal_led.h 2017-08-17 10:47:34 +02:00
Matthias Ringwald
0c2b8870c4 examples: unify local names and append BD_ADDR 2017-08-16 21:40:32 +02:00
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