Astha Verma
556d7e3386
fix: Added a function for printing HCI error definition
2024-12-03 17:58:02 +05:30
linruihao
23ed275eff
fix(bt/bluedroid): Allow adding empty header in OBEX and GOEP
2024-12-03 17:02:39 +08:00
linruihao
88913c8ba5
change(bt/bluedroid): Remove a duplicate macro in OBEX
2024-12-03 17:02:39 +08:00
linruihao
c28703c919
feat(bt/bluedroid): Allow using bitwise OR on GOEP return value
2024-12-03 17:02:39 +08:00
linruihao
b2856253e8
feat(bt/bluedroid): Support OBEX over RFCOMM feature
2024-12-03 17:02:39 +08:00
linruihao
0784ee0102
fix(bt/bluedroid): Fix memory leak in AVRCP cover art get image
2024-12-03 17:02:39 +08:00
linruihao
219cd0341a
fix(bt/bluedroid): Fix l2cap psm not dereister when obex disconnect
2024-12-03 17:02:39 +08:00
chenjianhua
602b3e59f6
fix(bt/bluedroid): Fixed connection params copying when creating LE connection
2024-12-03 15:06:06 +08:00
chenqingqing
2817d39814
fix(bt): Fix error code returned by create_conn_cancel_cmd at different status
...
- Closes https://github.com/espressif/esp-idf/issues/7763
2024-12-03 15:04:00 +08:00
Alexey Lapshin
f297a9d487
Merge branch 'feature/add-picolibc-support' into 'master'
...
Add picolibc support
Closes IDF-11319
See merge request espressif/esp-idf!33601
2024-12-03 13:12:41 +08:00
Island
a8c822f37e
Merge branch 'docs/refactor_ceva_bt_controller_api' into 'master'
...
docs(ble): Refactored the API reference for esp32/c3/s3 BT controller
See merge request espressif/esp-idf!35319
2024-12-03 11:37:18 +08:00
Wei Yu Han
6f390af3cc
docs(ble): Refactored the API reference for esp32/c3/s3 BT controller
2024-12-03 11:37:18 +08:00
Alexey Lapshin
888b5f7e8d
feat(newlib): add picolibc support
2024-12-02 21:35:56 +07:00
Rahul Tank
2d1a2a7a7e
Merge branch 'bugfix/change_hci_cb_logging' into 'master'
...
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
Closes BLERP-1203 and BLERP-1250
See merge request espressif/esp-idf!34701
2024-12-02 18:22:01 +08:00
Wei Yu Han
f47baa086e
fix(ble): Optimizied the bluetooth build test rules
2024-12-02 14:18:11 +08:00
Island
604ccb8f8e
Merge branch 'feat/ble_mesh_rpr_opt' into 'master'
...
Feat/ble mesh rpr opt
Closes BLERP-961, BLERP-962, BLERP-960, BLERP-963, and BLERP-895
See merge request espressif/esp-idf!33082
2024-12-02 10:22:07 +08:00
luoxu
e3ebb84ede
feat(ble_mesh): Remote Provisioning Server UUID Matchs Supported
2024-11-29 19:32:40 +08:00
luoxu
a68768e139
fix(ble_mesh): Remote Provisioning Client/Server bugs fixed
2024-11-29 19:32:40 +08:00
Abhinav Kudnar
2f7feb4249
feat(nimble): Added PAwR support for nimble with IDF examples
2024-11-28 12:34:56 +05:30
Sumeet Singh
6595118960
fix(nimble): Added
...
1. Option to disable automatic discovery when receiving out-of-sync
2. Fixed bugs related to robust caching
2024-11-28 12:33:30 +05:30
Sumeet Singh
a1b8657c07
feat(nimble): Added ways to enable/disable some menuconfig options at runtime
2024-11-28 12:33:30 +05:30
Sumeet Singh
c581c77b94
feat(nimble): Added option to disable automatically sending extra credits to peer
2024-11-28 12:33:30 +05:30
Sumeet Singh
ff7a122537
feat(nimble): Added support for persisting csf characteristic for bonded devices
2024-11-28 12:33:30 +05:30
Sumeet Singh
5a6e2f58ea
feat(nimble): Added option in menuconfig to enable Secure Connections Only mode
2024-11-28 12:33:30 +05:30
Sumeet Singh
badd84d3c5
fix(nimble): fix and enable connection subrating
2024-11-28 12:33:30 +05:30
Sumeet Singh
87e882e81d
fix(nimble): Added option to enable code under Enhanced COC
2024-11-28 12:33:30 +05:30
Sumeet Singh
45a1bb1384
fix(nimble): Fixed Device Information and Scan Parameters service
2024-11-28 12:33:30 +05:30
Sumeet Singh
e1bde9e1fc
fix(nimble): Fixed encrypted advertisement data example
2024-11-28 12:33:30 +05:30
Sumeet Singh
f1f8b040c1
feat(nimble): Added LE GATT Security Levels Characteristic
2024-11-28 12:33:30 +05:30
Sumeet Singh
24372fda60
feat(nimble): Added support for EATT Credit Based Flow Control Mode
2024-11-28 12:33:30 +05:30
Rahul Tank
8eeb3e2055
Merge branch 'bugfix/resolve_watchdog_crash' into 'master'
...
fix(nimble): Resolved watchdog due to memory exceed prints
Closes IDFCI-2545
See merge request espressif/esp-idf!35129
2024-11-28 14:39:04 +08:00
Wang Meng Yang
df69b78a55
Merge branch 'fix/duplicated_enc_restart_request_when_change_key_type' into 'master'
...
fix(bt): fix duplicated encryption restart request when change key type
Closes BTQABR2023-222
See merge request espressif/esp-idf!35230
2024-11-28 11:33:29 +08:00
chenjianhua
2d96d67b7a
fix(bt/controller): Fixed hci uart example compile error on ESP32C3
2024-11-27 16:58:53 +08:00
Abhinav Kudnar
929f82427b
fix(nimble): Resolved watchdog due to memory exceed prints
2024-11-27 13:55:07 +05:30
Island
3075efd80c
Merge branch 'bugfix/add_aa_check_on_esp32c2_and_esp32c6' into 'master'
...
Bugfix/add aa check on esp32c2 and esp32c6
Closes BLERP-1280, BLERP-1279, BLERP-1268, BLERP-1275, BLERP-1262, BLERP-1258, BLERP-1257, BLERP-1209, BLERP-1198, BLERP-1186, BLERP-1188, BLERP-1184, BLERP-1170, BLERP-1274, BLERP-1246, BLERP-1173, BLERP-1225, BLERP-1267, BLERP-1260, BLERP-1226, BLERP-1216, BLERP-1205, BLERP-1159, BLERP-1134, BLERP-1133, BLERP-1059, BLERP-1050, BLERP-1068, BLERP-1135, BLERP-1145, BLERP-1081, BLERP-1123, BLERP-1223, BLERP-1264, BLERP-1265, BLERP-1272, BLERP-1271, BLERP-1169, BLERP-1201, BLERP-1215, BLERP-1200, BLERP-1082, BLERP-1210, BLERP-1144, BLERP-1142, BLERP-1143, and BLERP-1140
See merge request espressif/esp-idf!35212
2024-11-27 15:45:37 +08:00
gongyantao
e530da777b
fix(bt): fixed some issues in esp32 bt controller
...
1: fix duplicated lc_enc_restart_req when new lk type is semi-permanent
key
2: reset PreventEncEvt flag at the end of restart encryption procedure
2024-11-27 15:10:38 +08:00
Wang Meng Yang
e4102c5443
Merge branch 'bugfix/ctrl_bugs_on_esp32' into 'master'
...
fix(bt/controller): Fixed some bugs on esp32 controller
Closes COEXQABR24-34, CBI-1084, and BT-3900
See merge request espressif/esp-idf!35142
2024-11-27 14:38:03 +08:00
Zhi Wei Jian
bcfe64694d
Merge branch 'bugfix/fix_ble_ke_mem_267_assert' into 'master'
...
fix(bt/controller): Fixed BLE assert ke_mem.c line 267
Closes BLERP-1273
See merge request espressif/esp-idf!35153
2024-11-27 14:02:14 +08:00
zwl
093b65e27c
fix(ble): fixed the connect issue when rx error aa on ESP32-H2
2024-11-27 10:22:26 +08:00
zwl
69b535d422
fix(ble): fixed the connect issue when rx error aa on ESP32-C6
2024-11-27 10:22:26 +08:00
Jin Cheng
5e0a73bc56
fix(bt/controller): Fixed some bugs on esp32 controller
...
- Added VSC to update local Bluetooth clock
- Added critical protection for the free method for sync buffers
- Fixed zero attempt value set by role switch
2024-11-26 18:03:11 +08:00
chenjianhua
e5789a8ca1
feat(ble/bluedroid): Support setting connection params when creating connection
2024-11-26 12:10:27 +08:00
zhanghaipeng
7e536a7ba1
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
2024-11-26 12:10:27 +08:00
zhiweijian
67ac862edd
fix(bt/controller): Fixed BLE assert ke_mem.c line 267 on ESP32-C3 and ESP32-S3
2024-11-25 16:38:30 +08:00
Wang Meng Yang
56a55c0935
Merge branch 'bugfix/disconn_sdp_upon_wrong_data' into 'master'
...
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response
Closes BTQABR2023-170
See merge request espressif/esp-idf!34920
2024-11-25 08:15:39 +08:00
Wang Meng Yang
4097a27c20
Merge branch 'bugfix/sdp_get_uuid_error' into 'master'
...
fix(bt/bluedroid): fixed issues introduced by byte alignment
Closes BTQABR2023-402
See merge request espressif/esp-idf!34983
2024-11-25 08:13:00 +08:00
Jin Cheng
fdcf89ae6b
feat(bt/bluedroid): added events to indicate the profile states of HFP
2024-11-22 17:14:16 +08:00
Island
d54390ec97
Merge branch 'bugfix/fix_bleqabr24_1646' into 'master'
...
Fixed BLE creating connection when the connection already exists on ESP32
Closes BLERP-1244 and BLERP-1253
See merge request espressif/esp-idf!34943
2024-11-22 14:29:27 +08:00
xiongweichao
19bf3ece26
fix(bt/bluedroid): fixed issues introduced by byte alignment
...
- esp_bt_uuid_t is byte aligned, tBT_UUID is 4-byte aligned.
2024-11-22 10:37:14 +08:00
Island
4f226b4e95
Merge branch 'bugfix/fix_c2_light_sleep_coex' into 'master'
...
fix(ble): fix ble light sleep error on esp32c2
Closes BT-3902 and WIFIBUG-672
See merge request espressif/esp-idf!35020
2024-11-21 19:16:18 +08:00