Chinmay Chhajed
205f345696
Bluedroid: Fixes cases having fallback to link up event.
...
Signed-off-by: Chinmay Chhajed <chinmay.chhajed@espressif.com>
2020-07-27 14:09:17 +05:30
Jiang Jiang Jian
8ada763bee
Merge branch 'feature/bt_secure_conn_downgrade_check_v3.2' into 'release/v3.2'
...
Bluedroid: Authentication fixes in Legacy and Secure Connection.
See merge request espressif/esp-idf!9337
2020-07-15 16:35:34 +08:00
Island
39e1cd4d74
Merge branch 'bugfix/blufi_buffer_overflow_report_v3.2' into 'release/v3.2'
...
blufi: When the format of the received data packet is wrong, reply with an error response(backport 3.2)
See merge request espressif/esp-idf!9197
2020-07-03 10:42:12 +08:00
baohongde
56019e2c9d
components/bt: Config BTU stack size by menuconifg
2020-06-29 21:22:16 +08:00
Chinmay Chhajed
94353c411e
Bluedroid: Authentication fixes in Legacy and Secure Connection.
...
Prevent a remote device from doing a Bluetooth Impersonation Attack
(BIAS) by:
- Preventing remote device to downgrade secure connection
feature mask. Secure connection feature mask should remain same or
increase to enabled in link key generation and authentication.
- Doing a mutual authentication during Legacy Authentication.
2020-06-25 16:22:34 +05:30
Jiang Jiang Jian
89bf6c2799
Merge branch 'bugfix/btdm_ble_assert_64_0_v3.2' into 'release/v3.2'
...
components/bt: Fix ble assert(64, 0)
See merge request espressif/esp-idf!8921
2020-06-24 17:17:56 +08:00
baohongde
a915420eec
components/bt: Fix ble assert(64, 0)
2020-06-17 06:06:52 +00:00
wangcheng
ee79ef9ba1
blufi: When the format of the received data packet is wrong, reply with an error response
2020-06-17 12:31:15 +08:00
wangcheng
637090410b
components/bt:Fixed the problem of incomplete data packets caused by disordered acl data packets
2020-06-13 15:33:36 +08:00
wangcheng
0df77d5a69
components/bt: Consider link_xmit_data_q in congest events to prevent excessive memory usage
2020-06-13 15:33:28 +08:00
zwj
c14e7c3360
:add congest direct callback and modify congest evt triger threshold
2020-05-15 16:09:53 +08:00
wangcheng
38d9958c11
master missing BLE_AUTH_CMPL_EVT after restart
2020-05-15 16:09:15 +08:00
wangcheng
026cec78e9
fix bta_dm_deinit_cb
2020-05-15 16:09:15 +08:00
Jiang Jiang Jian
acfee765f7
Merge branch 'bugfix/btdm_backports_v3.2_0328' into 'release/v3.2'
...
Bugfix/btdm backports v3.2 0328
See merge request espressif/esp-idf!8154
2020-04-16 20:53:05 +08:00
xiewenxiang
3b54469bec
component/bt: fix don't dequeue the command queue after process the read_by_type_req(backport v3.2)
2020-03-31 16:48:14 +08:00
baohongde
ce9e4d0918
components/bt: Fix assert when create conntion cancel
2020-03-28 21:40:32 +08:00
baohongde
98e183932c
Fix bugs about role switch
...
Jitter in FHS
Jitter in first PULL
Receive EDR packet fail after role switch
2020-03-28 21:33:12 +08:00
gengyuchao
a2b063dc4e
Component/bt :
...
Add handling of osi memory calloc failure.
Add length check for snprintf in osi config.
2020-03-21 13:16:11 +08:00
gengyuchao
9583c29f27
component/bt: Fix the issue with pointer type conversion in gattc. Unified att(db_sizedb_size) count pointer type in bta and btc, change pointer type in bta from int to uint16_t.
2020-03-21 11:21:55 +08:00
gengyuchao
4643ca6ef8
example/ble_throughput:
...
Fixed the throughput wasting memory and packet loss issues.
Fixed the throughput crash bug because of using the Mutex.
2020-03-21 11:18:30 +08:00
gengyuchao
da19c94976
bugfix: ble add missing gatt descriptors
2020-03-21 11:18:19 +08:00
weitianhua
f222a02518
Remove (x2) varible for BCM_STRNCPY_S and BCM_STRCPY_S
2020-03-14 15:04:44 +08:00
weitianhua
dc7c244055
Initialize mem_start and mem_end
2020-03-14 15:04:33 +08:00
Chinmay Chhajed
bf9e676884
This MR is intended to fix Bluetooth event scheduling when WiFi is also enabled.
...
The global interrupts will be disabled before taking current
time for scheduling further bluetooth events. Earlier disabling
interrupts was taking some time because of which WiFi events were
interrupting in current bluetooth scheduling.
Also fixes ble crash issue triggered by ble event irq miss(0x20000)
2020-03-05 19:21:16 +05:30
June
511c1cee22
backport esp32 5p0 new features to release/v3.2
2020-02-29 09:12:15 +00:00
June
e1086b6b6f
backport mr !6031 - fix security info restore bug
2020-02-28 11:48:52 +00:00
zhiweijian
bdb1391eeb
component/bt: allow to send stop adv again and fix tx prog crash
2020-02-20 14:26:47 +08:00
weitianhua
714afdec6d
Fix the initializer order
2020-02-17 16:10:53 +08:00
Jiang Jiang Jian
eb3f02a41a
Merge branch 'hfp_a2dp_coex_iphone_3.2' into 'release/v3.2'
...
components bt/: Disable sniff mode during (e)SCO connection for HFP. [backport 3.2]
See merge request espressif/esp-idf!7251
2020-02-14 17:12:03 +08:00
baohongde
9463114e27
components/bt: backport release/v3.2
...
Fix A2DP stuck when BLE's interval is too small
Fix assert due to no free element from
Bugfix that bluetooth controller may not be able to enter sleep after end of wake up request
Fix LMP sniff req timeout
2020-01-16 16:19:14 +08:00
zhiweijian
02687b9b40
component/bt: fix blufi prepare write buf len invalid
2020-01-14 17:49:41 +08:00
zhiweijian
0193e34c62
Component/bt: Fix GATTC trigger open event multiple times
2020-01-14 17:49:32 +08:00
weitianhua
344c86bc3e
hfp a2dp iphone 3.2
2020-01-08 19:44:23 +08:00
baohongde
b3f58ed2a1
components/bt: Choose AVRC category according to A2DP role
2019-12-31 15:50:44 +08:00
baohongde
8711e67e44
components/bt: Revert changes of security mask
2019-12-25 20:16:54 +08:00
Jiang Jiang Jian
ef4c513834
Merge branch 'bugfix/btdm_avrc_metadata_length_error_v3.2' into 'release/v3.2'
...
components/bt: Fix AVRC metadata length error
See merge request espressif/esp-idf!6885
2019-12-16 12:06:31 +08:00
Jiang Jiang Jian
d787e2a564
Merge branch 'bugfix/coex_fix_some_bugs_v3.2' into 'release/v3.2'
...
Coexist: fix some coexist bugs (backport v3.2)
See merge request espressif/esp-idf!6307
2019-12-16 12:05:30 +08:00
Jiang Jiang Jian
f8bcf2f459
Merge branch 'bugfix/hfp_client_indication_v3.2' into 'release/v3.2'
...
component/bt: Fix bugs in HFP feature v3.2
See merge request espressif/esp-idf!6853
2019-12-12 13:53:54 +08:00
Jiang Jiang Jian
32f2e7f509
Merge branch 'bugfix/wifi_internal_memory_v3.2' into 'release/v3.2'
...
wifi: Include DMA reserved pool when allocating internal-only memory (v3.2)
See merge request espressif/esp-idf!6629
2019-12-12 13:53:14 +08:00
Jiang Jiang Jian
887decf42a
Merge branch 'component_bt/osi_fixed_queue_v3.2' into 'release/v3.2'
...
component_bt/: fix pointer type in fixed_queue v3.2
See merge request espressif/esp-idf!6848
2019-12-12 12:16:59 +08:00
weitianhua
b584cecea2
adaptation for nano-format
2019-11-29 17:58:52 +08:00
baohongde
3357b475f7
components/bt: Fix AVRC metadata length error
2019-11-29 16:00:30 +08:00
Xia Xiaotian
9130b255f5
Coexist: fix some coexist bugs
...
1. Fix high beacon and broadcast packets loss ratio of WiFi to make
MDNS test pass.
2. Improve stability of WiFi performance with a little
sacrifice of throughput.
3. Improve BLE advertising and connection performance with dynamic
priority. It sacrifices a little WiFi throughput, but achieves balance
between WiFi and Bluetooth.
2019-11-28 11:29:45 +00:00
weitianhua
2a13317e44
component_bt/:bugfix_hfp_client_indication_define_and_cnum_error
2019-11-27 17:06:18 +08:00
weitianhua
e3b5a38cf6
component_bt/: fix pointer type in fixed_queue
2019-11-27 16:17:16 +08:00
baohongde
63feac091d
components/bt: Disable some unsupported security mask
2019-11-17 13:54:17 +08:00
Angus Gratton
da8103bb59
bt: Include DMA reserved pool when allocating internal-only memory
...
Fix for root cause of https://github.com/espressif/esp-idf/issues/3592
2019-11-08 11:38:29 +08:00
Jiang Jiang Jian
b8243b5fbe
Merge branch 'bugfix/btdm_disable_bt_gatt_v3.2' into 'release/v3.2'
...
components/bt: Disable BR/EDR GATT
See merge request espressif/esp-idf!6508
2019-11-01 13:58:40 +08:00
baohongde
840a011c01
components/bt: Fix assert when deinit A2DP while playing music
2019-10-29 20:11:26 +08:00
baohongde
56afe0fdca
components/bt: Disable BR/EDR GATT
2019-10-28 11:36:52 +08:00