xiongweichao
979d63de4d
bt: Fixed codec mode error in ESP_HF_WBS_RESPONSE_EVT
2023-05-10 10:28:29 +08:00
Jiang Jiang Jian
551de84c52
Merge branch 'bugfix/improve_scan_performance_when_scan_and_sync_coexist_v4.3' into 'release/v4.3'
...
Fixed some ESP32C3/S3 BLE bugs 23-04-22(backport v4.3)
See merge request espressif/esp-idf!23368
2023-04-24 11:09:39 +08:00
Jiang Jiang Jian
f3c5763f0e
Merge branch 'bugfix/fix_some_ble_bug_v4.3' into 'release/v4.3'
...
Fixed some BLE bugs (backport v4.3)
See merge request espressif/esp-idf!23302
2023-04-24 10:46:48 +08:00
zhiweijian
0ca4644ad1
- improve scan performance when scan and sync coexist on ESP32-C3 and ESP32-S3
...
- Fixed non-connectable and non-scannable directed adv can't be scanned on ESP32-C3 and ESP32-S3
2023-04-23 22:00:14 +08:00
zhiweijian
96f9fac9c1
Disable controller 5.0 feature bits if host 5.0 feature is not enabled
2023-04-23 21:47:09 +08:00
zwj
f24ca9fdaf
Fixed duplicate scan refresh cycle is not accurate after restarting scan on ESP32
2023-04-23 21:13:25 +08:00
chenjianhua
7c133db8b3
bluedroid: report status after clearing the BLE white list
2023-04-21 14:37:32 +08:00
chenjianhua
c186943097
bluedroid: fix GATTC cache address save
2023-04-21 14:37:31 +08:00
chenjianhua
8dbe4fec0d
bluedroid: fix adv and scan state conflict
2023-04-21 14:37:31 +08:00
chenjianhua
31f6dab386
bluedroid: support get bluetooth device name
2023-04-21 14:37:31 +08:00
wangmengyang
8f0766c56e
bt: added coex adapter operation to get version of coexist module to ESP32 Bluetooth Controller
2023-04-12 18:02:54 +08:00
xiongweichao
665ae6a80d
bt:Fixed esp32 controller bug
...
1. Fixed crash after controller disable and re-enable
2. Fixed the crash caused by processing the HCI_Read_Remote_Extented_Features command in the non-connected state
3. Fixed disconnection due to not handling lmp_unsniff_req in LC_WAIT_SNIFF_SUB_RSP state
4. Fixed crash caused by supervision timeout greater than sniff interval
Closes https://github.com/espressif/esp-idf/issues/11164
Closes https://github.com/espressif/esp-idf/issues/10835
2023-04-12 09:48:30 +08:00
Jin Cheng
df161ee5fb
fixed the crash of LoadProhibited caused by taht
...
the nodes are deleted during the traversal of the linked list
2023-04-08 11:31:06 +08:00
Jiang Jiang Jian
dd8f93ee95
Merge branch 'doc/update_doc_of_esp_bt_gap_set_cod_v4.3' into 'release/v4.3'
...
bt: Optimized the document for GAP API: esp_bt_gap_set_cod (v4.3)
See merge request espressif/esp-idf!22996
2023-03-31 18:06:05 +08:00
Jiang Jiang Jian
54bce0c948
Merge branch 'bugfix/fix_chm_of_ext_adv_params_v43' into 'release/v4.3'
...
Bluedroid: fix channel map of ext adv params check (backport v4.3)
See merge request espressif/esp-idf!22690
2023-03-31 18:05:57 +08:00
Jiang Jiang Jian
b1ececef12
Merge branch 'bugfix/fix_hw_ralunderrun_assert_v4.3' into 'release/v4.3'
...
Fixed BLE HW RAL_UNDERRUN asser and backport some bug fix 23-03-30 (back port v4.3)
See merge request espressif/esp-idf!23011
2023-03-31 14:03:11 +08:00
chenjianhua
e82ebbe772
Bluedroid: fix channel map of ext adv params check
2023-03-31 05:55:24 +00:00
zwj
e1a1e70720
- Support ESP32C3 and ESP32S3 new BLE lib
...
- Disable controller 5.0 feature bits if host 5.0 feature is not enabled
- Fixed extend ADV parameters check for ADV_DIRECT_HI
- Fixed HW RAL_UNDERRUN assert
2023-03-30 22:00:02 +08:00
zwj
3ef7e529b4
If it is not esp32 chips, hide the configuration item: BT_BLE_RPA_SUPPORTED
2023-03-30 19:28:38 +08:00
zhiweijian
fbdbb5af62
set BT_CTRL_BLE_MAX_ACT default value to 6
2023-03-30 19:00:41 +08:00
zhiweijian
449efd1871
Fixed ATT Ignore wrong response error
2023-03-30 19:00:19 +08:00
zhiweijian
29ddc66cc0
Fixed vulnerability attacks that could cause heap overflow in fragmented Blufi packet processing
2023-03-30 18:43:01 +08:00
Jin Cheng
879038d09f
Fixed the index out of bounds of hfp_ag BTC control block
2023-03-30 07:42:45 +00:00
Jin Cheng
9c26fc689d
Optimized the document for GAP API:
...
`esp_bt_gap_set_cod`
2023-03-30 14:21:28 +08:00
xiongweichao
b201f9dac6
bt:Added a parameter to tell the user the result of the pass through command implementation
2023-03-29 10:57:59 +00:00
chenjianhua
156f40c976
bluedroid: support ble privacy by controller
2023-02-28 09:11:40 +00:00
chenjianhua
8790931bab
bluedroid: add params in GATT connect event
2023-02-28 09:11:40 +00:00
chenjianhua
25394b6ac4
update bt-lib for ESP32
...
fix ble disconnect due to channel map update instant passed
2023-02-28 09:11:40 +00:00
Jiang Jiang Jian
1f739d7185
Merge branch 'bugfix/blufi_notify_v4.3' into 'release/v4.3'
...
BluFi : Fixed hdr getting free twice (v4.3)
See merge request espressif/esp-idf!22450
2023-02-26 15:51:54 +08:00
isha.pardikar@espressif.com
9c0ad412ed
BluFi : Fixed hdr getting free twice
...
Closes IDFGH-9378
2023-02-21 11:47:39 +05:30
Jin Cheng
7fc5d19730
Fixed build errors when sniff subrating is enabled.
2023-02-13 17:28:15 +08:00
Jiang Jiang Jian
419d6209a8
Merge branch 'bugfix/coex_enable_disable_not_in_pairs_v4.3' into 'release/v4.3'
...
bluetooth: fix that functions "coex_enable" and "coex_disable" are not used in pairs(backport v4.3)
See merge request espressif/esp-idf!22096
2023-02-04 01:53:35 +08:00
Sumeet Singh
feb32ec9f4
NimBLE: Fix incomplete clearing of peer_dev_rec
2023-02-03 03:09:24 +00:00
wangmengyang
35ba1547e5
bluetooth: fix that functions "coex_enable" and "coex_disable" are not used in pairs on ESP32-C3
2023-02-03 03:08:42 +00:00
Jin Cheng
9e501aad7f
Fixed crash caused by accessing nullptr in btm_acl_disconnected
2023-01-04 11:44:50 +08:00
zwj
1f05925676
update phy and bb lib for temperature performance
2022-12-27 20:57:04 +08:00
Jiang Jiang Jian
8cd8ec019c
Merge branch 'bugfix/fix_ble_some_bugs_20221219_v4.3' into 'release/v4.3'
...
backport some BLE bugs 20221219 (backport v4.3)
See merge request espressif/esp-idf!21716
2022-12-21 15:02:35 +08:00
Jiang Jiang Jian
0cf1971b3b
Merge branch 'bugfix/fix_some_ble_bugs_by_cjh_v4.3' into 'release/v4.3'
...
Fixed some BLE bugs (backport v4.3)
See merge request espressif/esp-idf!21692
2022-12-21 11:27:50 +08:00
zwj
5c4a30d08b
Update bt lib for ESP32
...
- Add config to set duplicate scan list refresh period
- overwrite the oldest device infor if the list is full
- Fixed duplicate scan period is not accurate
2022-12-20 15:58:37 +08:00
zhiweijian
3467e9db8b
bluedroid host supports the maximum number of connections to 9
2022-12-20 15:03:30 +08:00
zwj
ad0f1bb807
Update bt lib for ESP32-C3 and ESP32-S3
...
- Add config to set duplicate scan list refresh period
- overwrite the oldest device infor if the list is full
- Fixed duplicate scan period is not accurate
- Fixed some memory was not released after bluetooth controller initialization failed
- Fixed privacy errorr for directed advertising
- Fixed multiple periodic advertising sync failed in air
- Fixed lld_con.c line 3048 assert
- Fixed crash sometimes when connected as a slave by the 8th device
2022-12-20 15:02:22 +08:00
chenjianhua
df29143371
update bt-lib for ESP32
...
1 change default TX power to 9 dBm
2 fixed disconnect reason 0x1f (unspecified error)
3 fixed connection timeout due to terminate ind has not been acknowledged
2022-12-20 12:08:06 +08:00
zwj
3425d4df52
Fixed some memory was not released after bluetooth controller initialization failed on ESP32
2022-12-20 12:06:54 +08:00
chenjianhua
8e4701275c
bluedroid: fix ble connection update with same params
2022-12-19 19:32:41 +08:00
chenjianhua
65b3d93f79
bluedroid: fix encrypt keysize of GATT characteristic permission
2022-12-19 19:32:00 +08:00
chenjianhua
262387025b
bluedroid: correct the length of att read by type pdu
2022-12-19 19:31:49 +08:00
xiongweichao
f05fcfc752
bt: Fixed repeated register of vfs_id causing memory leaks
2022-12-19 12:17:14 +08:00
xiongweichao
110bdea520
Assert when malloc user_data fail
2022-12-19 12:17:14 +08:00
xiongweichao
efaa43d01b
Fixed memory leak when SPP initialization failed
2022-12-19 12:17:14 +08:00
liuning
ce2deab1a4
phy: only set phy_init_flag at power domain off, when all modems deinit
2022-12-16 14:20:17 +08:00