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
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
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
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
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
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
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
Abhinav Kudnar
929f82427b
fix(nimble): Resolved watchdog due to memory exceed prints
2024-11-27 13:55:07 +05:30
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
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
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
79f26ad603
Merge branch 'bugfix/fix_set_perfer_ext_conn_param' into 'master'
...
fix(bt/bluedroid): Fixed setting perfer conn params complete event report
Closes BLERP-1185
See merge request espressif/esp-idf!34648
2024-11-20 10:30:45 +08:00
Island
21acfc2855
Merge branch 'bugfix/fix_bleqabr24_1635' into 'master'
...
fix(bt/bluedroid): Fixed LE channel selection algorithm event reporting
Closes BLERP-1230
See merge request espressif/esp-idf!34850
2024-11-20 10:30:40 +08:00
Jin Cheng
2b334d1dfa
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response
2024-11-20 08:20:40 +08:00
Rahul Tank
f25d50b2f4
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
2024-11-19 17:38:24 +05:30
Rahul Tank
749cfa1c22
Merge branch 'bugfix/memory_issue' into 'master'
...
fix(nimble): Nimble Error logs in case of memory overflow/failure
Closes BLERP-839
See merge request espressif/esp-idf!31665
2024-11-19 17:03:29 +08:00
Island
f420609c33
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh' into 'master'
...
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
Closes BLERP-639
See merge request espressif/esp-idf!34895
2024-11-19 12:06:26 +08:00
zhanghaipeng
b65f8a98bd
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
2024-11-18 17:48:42 +08:00
Abhinav Kudnar
f48e57a00d
fix(nimble): Nimble Error logs in case of memory overflow/failure
2024-11-18 17:39:20 +08:00
Rahul Tank
393b7410a6
Merge branch 'feature/remove_min_max_def' into 'master'
...
fix(nimble): Removed min/max macro definition from os.h
Closes IDFGH-14017
See merge request espressif/esp-idf!34745
2024-11-18 17:05:42 +08:00
Wang Meng Yang
03b6436745
Merge branch 'bugfix/rx_invalid_cmd_err_code' into 'master'
...
fix(bt/bluedroid): Fixed the incorrect error code returned when receiving an invalid command
Closes BT-3899
See merge request espressif/esp-idf!34872
2024-11-18 16:43:54 +08:00
Jiang Jiang Jian
c014ced2f8
Merge branch 'bugfix/fix_classic_bt_build_fail' into 'master'
...
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE
Closes BT-3862
See merge request espressif/esp-idf!34921
2024-11-15 11:16:34 +08:00
zhanghaipeng
59d20e80d3
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE
2024-11-14 21:17:13 +08:00