Rahul Tank
172bebe4b3
Merge branch 'bugfix/fix_compile_issue' into 'master'
...
fix(nimble): Fix compilation issues when BLE_MAX_STORE_BOND is set to 0
See merge request espressif/esp-idf!34182
2024-12-23 12:31:38 +08:00
Wang Meng Yang
6109542fb5
Merge branch 'feature/support_get_play_status_in_avrcp' into 'master'
...
feat(bt/bluedroid): Support get play status in AVRCP CT
See merge request espressif/esp-idf!35674
2024-12-23 09:39:28 +08:00
Rahul Tank
f8ccb29d12
fix(nimble): Fix compilation issues when BLE_MAX_STORE_BOND is set to 0
2024-12-22 15:18:32 +05:30
Shreeyash
18fc8924ae
fix(nimble): Added a check for invalid offset
2024-12-22 11:56:11 +05:30
shreeyash
fb84cb1142
fix(nimble): Updated peer OTA address type
2024-12-21 21:16:35 +05:30
Astha Verma
15631363c6
fix(nimble): fix memory leak issue in Blufi example
2024-12-21 16:29:57 +05:30
Astha Verma
28e222fec3
fix(nimble): Updated function to print HCI opcode with error definition
2024-12-21 09:24:07 +05:30
Abhinav Kudnar
d1d3c6ae38
fix(nimble): Changing esp_rom_printf to ESP_LOGI when memory allocation fails
2024-12-20 21:43:29 +05:30
Rahul Tank
4885e24ebd
Merge branch 'bugfix/fix_link_estab_param' into 'master'
...
fix(nimble): Corrected link_estab event handling parameters
See merge request espressif/esp-idf!35780
2024-12-21 00:04:49 +08:00
zwl
c089a01263
feat(ble): add dtm configuration command in hci example
2024-12-20 20:19:37 +08:00
zwl
2cb7d2437b
feat(ble): Support get ble controller free heap size on ESP32-C2
2024-12-20 20:19:37 +08:00
zwl
12f226be7d
feat(ble): Support get ble controller free heap size on ESP32-H2
2024-12-20 20:19:37 +08:00
zwl
aa7feb9449
feat(ble): Support get ble controller free heap size on ESP32-C6
2024-12-20 20:19:32 +08:00
zwl
446239251c
feat(ble): adjust bt default scheme position
2024-12-20 18:51:24 +08:00
linruihao
4a9a6b1832
feat(bt/bluedroid): Support get play status in AVRCP CT
2024-12-20 15:40:01 +08:00
linruihao
d679115379
change(bt/bluedroid): Some minor changes in bluedroid
...
- Increase the number of BTM security records for services
- Fix a coding style issue in OBEX and GOEP
2024-12-20 15:39:02 +08:00
Island
b48aa9823b
Merge branch 'fix/blufi_example_mem_access' into 'master'
...
fix(ble/blufi): Fixed blufi example security issue
Closes BLERP-1399
See merge request espressif/esp-idf!35736
2024-12-19 15:06:52 +08:00
Rahul Tank
30f7fa5e0e
fix(nimble): Corrected link_estab event handling parameters
2024-12-19 12:27:09 +05:30
zhanghaipeng
c9cdf51b05
docs(ble/bluedroid): Added BLE log when bond info was deleted
2024-12-19 11:27:49 +08:00
zhanghaipeng
117aa74705
fix(ble/bluedroid): Fixed BLE feature selection configuration
2024-12-18 17:07:22 +08:00
zhanghaipeng
d84ccadf90
docs(ble/bluedroid): Optimize doc for registering BLE callback functions
2024-12-18 11:42:17 +08:00
zhanghaipeng
3cb2d9c3c6
fix(ble/blufi): Fixed blufi example security issue
2024-12-18 11:33:43 +08:00
Wang Meng Yang
04429da460
Merge branch 'bugfix/sniff_req_unhandle' into 'master'
...
fix(bt): fix epr not being initiated after authentication is completed
Closes COEXQABR24-41
See merge request espressif/esp-idf!35448
2024-12-17 16:04:25 +08:00
xiongweichao
8e8e577d2c
fix(bt): Fixed some controller bugs
...
- Fix epr not being initiated after authentication is completed
- Fixed the issue HCI_READ_CLOCK returned parameter in slot
- Fixed the missmatching of CLKN and FCNT after clock update
2024-12-16 19:15:18 +08:00
Rahul Tank
2c31596a3b
Merge branch 'fix/update_csfc_max_size' into 'master'
...
fix(nimble): Update CSFC max size to fix invalid NVS overflow event
Closes BLERP-1382
See merge request espressif/esp-idf!35514
2024-12-16 19:03:39 +08:00
Wang Meng Yang
ad42627d1a
Merge branch 'bugfix/btqabr2023-413' into 'master'
...
fix(ble): Fixed that the resolvable private address does not change when light sleep is enabled
Closes BTQABR2023-413
See merge request espressif/esp-idf!35611
2024-12-16 17:23:26 +08:00
xiongweichao
a1c89bb7df
fix(ble): fixed that the resolvable private address does not change when light sleep is enabled
2024-12-16 11:11:55 +08:00
Island
8458cfffba
Merge branch 'feat/support_some_vendor_hci_for_qa' into 'master'
...
fix(ble): fixed the connect issue when rx error aa on ESP32-C2
Closes BLERP-1299, BLERP-1298, BLERP-1287, BLERP-1281, BLERP-1328, BLERP-1340, BLERP-1341, BLERP-1343, BLERP-1344, BLERP-1361, and BLERP-1308
See merge request espressif/esp-idf!35447
2024-12-16 10:55:44 +08:00
Island
a03527e99b
Merge branch 'fix/ble_mesh_enable_high_duty_itvl_on_nimble' into 'master'
...
feat(ble_mesh): select BT_NIMBLE_HIGH_DUTY_ADV_ITVL when using random adv itvl
Closes BLERP-1360
See merge request espressif/esp-idf!35591
2024-12-16 10:35:45 +08:00
Zhang Hai Peng
397fb43d2d
Merge branch 'bugfix/fix_ble_aa_zero_c3_s3' into 'master'
...
fix(bt/ble): Update esp32c3/s3 libbtdm_app.a (555b0a2)
Closes BLERP-1284 and IDFCI-2490
See merge request espressif/esp-idf!35220
2024-12-13 19:22:38 +08:00
zwl
6b01a56e09
fix(ble): fixed the connect issue when rx error aa on ESP32-C2
2024-12-13 15:34:21 +08:00
zwl
15203f9f35
feat(ble): support some vendor hci commands on ESP32-H2
2024-12-13 15:28:57 +08:00
zwl
5bd66eaa57
feat(ble): support some vendor hci commands on ESP32-C6
2024-12-13 15:28:57 +08:00
zhanghaipeng
0a8f808cd2
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(555b0a2)
...
- Check Access Address when receive connection request PDU
- Fix issue with BLE5.0 duplicate scan for chained packets
2024-12-13 13:40:26 +08:00
Island
79aae54fb2
Merge branch 'feat/support_bleqabr24_1539' into 'master'
...
feat(bt/bluedroid): Added config for saving BLE bonding keys to NVS
Closes BLERP-1202
See merge request espressif/esp-idf!34700
2024-12-12 12:06:58 +08:00
Luo Xu
a7622efd0c
feat(ble_mesh): select BT_NIMBLE_HIGH_DUTY_ADV_ITVL
...
(cherry picked from commit 6faf0a59fdcf063d40fc1000a209341318131185)
Co-authored-by: luoxu <luoxu@espressif.com>
2024-12-12 10:59:28 +08:00
Island
1f54b6e2ff
Merge branch 'fix/ble_mesh_ble_50_bug' into 'master'
...
fix(ble_mesh): compile bug fixed for ble mesh on ble 5.0
Closes BLERP-1359
See merge request espressif/esp-idf!35554
2024-12-12 10:53:39 +08:00
Rahul Tank
a8691924a4
Merge branch 'bugfix/fix_vulnerability' into 'master'
...
fix(nimble): Fixes for security vulnerabilities reported in NimBLE
See merge request espressif/esp-idf!35472
2024-12-11 16:42:55 +08:00
chenjianhua
23455ea9c2
fix(bt/bluedroid): Fixed failure to get host status when host is not enabled
2024-12-11 14:39:56 +08:00
chenjianhua
6d1160b2e6
feat(bt/bluedroid): Added config for saving BLE bonding keys to NVS
2024-12-11 14:38:59 +08:00
Zhang Hai Peng
56696866ba
Merge branch 'bugfix/fix_blufi_prepare_write' into 'master'
...
fix(blufi): Fixed crash issue in Blufi example during prepare write operation
Closes BLERP-1348
See merge request espressif/esp-idf!35506
2024-12-11 11:31:32 +08:00
luoxu
72f46b82a1
fix(ble_mesh): compile bug fixed for ble mesh on ble 5.0
2024-12-11 11:29:05 +08:00
Sumeet Singh
d681fb8949
fix(nimble): update csfc max size to max_bonds to fix invalid nvs overflow event
2024-12-09 16:00:16 +05:30
zhanghaipeng
5acb9c9b5f
fix(blufi): Fixed crash issue in Blufi example during prepare write operation
2024-12-09 17:04:05 +08:00
Wang Meng Yang
cb3ac7429c
Merge branch 'feature/support_bt_pba_client' into 'master'
...
feature(bt/bluedroid): Support bt pba client
Closes BT-3326 and IDFGH-10260
See merge request espressif/esp-idf!34260
2024-12-09 11:26:01 +08:00
Rahul Tank
251dbf4447
fix(nimble): Fixes for security vulnerabilities reported in NimBLE
2024-12-07 08:05:11 +05:30
Rahul Tank
7993018962
Merge branch 'fix/hci_err_code_def' into 'master'
...
fix/nimble: Added a function for printing HCI error definition
Closes BLERP-1301
See merge request espressif/esp-idf!34524
2024-12-06 23:49:25 +08:00
linruihao
42c0f17b7d
feat(bt/bluedroid): Support PBAP client role
...
Closes https://github.com/espressif/esp-idf/issues/11522
2024-12-06 15:31:57 +08:00
Jin Cheng
185b4d9d44
fix(bt/bluedroid): fixed access NULL in HFP callback handler
2024-12-05 13:19:18 +08:00
Island
2cab55ba0f
Merge branch 'fix/ble_mesh_bugs_fixed' into 'master'
...
fix(ble_mesh): Miscellaneous update
Closes BLERP-1315
See merge request espressif/esp-idf!35416
2024-12-05 12:30:18 +08:00