chenjianhua
|
f6bedd65b6
|
refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example
|
2024-10-24 12:03:56 +08:00 |
|
Rahul Tank
|
aa7802ee6a
|
fix(nimble): Adjust Data len time in case BLE 5.0 support is not present
|
2024-10-23 11:15:55 +05:30 |
|
Zhang Hai Peng
|
9461323fda
|
fix(ble/bluedroid): Fixed error when writing Client Supported Features characteristic
(cherry picked from commit 5126742003 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-10-21 18:03:27 +08:00 |
|
Jiang Jiang Jian
|
3ecc5e451f
|
Merge branch 'bugfix/wifi_bt_coex_crash_v5.3' into 'release/v5.3'
fix(nimble): Fix the sequence of ll and host transport init (v5.3)
See merge request espressif/esp-idf!33961
|
2024-10-17 10:40:50 +08:00 |
|
Zhang Hai Peng
|
b031e0b672
|
fix(ble/bluedroid): Fixed BLE handle check for GATT API
(cherry picked from commit 514155de3b )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-10-10 21:13:28 +08:00 |
|
Abhinav Kudnar
|
4337e634c6
|
fix(nimble): Fix the sequence of ll and host transport init
|
2024-10-03 15:33:04 +08:00 |
|
Wang Meng Yang
|
6df7db673e
|
Merge branch 'feat/add_mode_chg_parem_v5.3' into 'release/v5.3'
feat(bt/bluedroid): Report sniff interval to application layer(v5.3)
See merge request espressif/esp-idf!33865
|
2024-09-29 14:03:31 +08:00 |
|
zhanghaipeng
|
a7d1558e32
|
fix(ble/bluedroid): Fixed BLE spelling error in word
|
2024-09-27 15:49:20 +08:00 |
|
zhanghaipeng
|
36b44e7430
|
feat(ble/bluedroid): Add BLE memory allocation failure message
|
2024-09-27 15:49:10 +08:00 |
|
zhanghaipeng
|
049f644181
|
feat(ble/bluedroid): Optimize address resolution status for interval use
|
2024-09-27 14:47:15 +08:00 |
|
xiongweichao
|
93f862d6fd
|
feat(bt/bluedroid): Report sniff interval to application layer
|
2024-09-27 14:11:26 +08:00 |
|
Zhang Hai Peng
|
2fbe37a0e5
|
feat(ble/bluedroid): Support resolve BLE address for interval usage
(cherry picked from commit b88b511362 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2024-09-25 12:13:31 +08:00 |
|
Rahul Tank
|
22858c37c1
|
Merge branch 'bugfix/fix_clang_compilation_issue_v5.3' into 'release/v5.3'
fix(nimble): Fix clang compilation issue (v5.3)
See merge request espressif/esp-idf!33763
|
2024-09-25 00:14:21 +08:00 |
|
Island
|
351e9208ee
|
Merge branch 'bugfix/fix_ble_scan_assert_1728_v5.3' into 'release/v5.3'
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(e9ae856) (v5.3)
See merge request espressif/esp-idf!33722
|
2024-09-24 16:10:19 +08:00 |
|
Rahul Tank
|
f8e4681ea0
|
fix(nimble): Fix clang compilation issue
|
2024-09-24 11:58:38 +05:30 |
|
chenjianhua
|
e6013c84da
|
test(bt/bluedroid): Support to disable BLE address resolution
|
2024-09-23 13:33:22 +08:00 |
|
Island
|
d4a69b5a3d
|
Merge branch 'feat/support_blecrt_242_v5.3' into 'release/v5.3'
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails (v5.3)
See merge request espressif/esp-idf!33634
|
2024-09-23 12:08:31 +08:00 |
|
Island
|
1bde82470a
|
Merge branch 'bugfix/fix_ble_max_tx_power_on_esp32c3_v5.3' into 'release/v5.3'
fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3 (v5.3)
See merge request espressif/esp-idf!33617
|
2024-09-23 12:08:26 +08:00 |
|
Rahul Tank
|
94ea3fd1de
|
Merge branch 'feat/send_data_len_afer_conn_v5.3' into 'release/v5.3'
feat(nimble): Set data length after connection (v5.3)
See merge request espressif/esp-idf!33694
|
2024-09-21 21:25:45 +08:00 |
|
Wang Meng Yang
|
d15668f058
|
Merge branch 'bugfix/fix_sdp_bugs_v5.3' into 'release/v5.3'
Bugfix/fix sdp bugs[backport 5.3]
See merge request espressif/esp-idf!33602
|
2024-09-20 11:41:39 +08:00 |
|
Rahul Tank
|
ef1c1169e4
|
feat(nimble): Set data length after connection
|
2024-09-19 20:22:43 +05:30 |
|
Chen Jian Hua
|
3b76633516
|
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails
(cherry picked from commit e4e23087ee )
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2024-09-19 09:12:43 +08:00 |
|
Chen Jian Hua
|
805ee5af90
|
feat(bt/bluedroid): Add BLE connection id param for ESP_GATTS_RESPONSE_EVT
(cherry picked from commit e4a372ab76 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2024-09-19 09:12:41 +08:00 |
|
Chen Jian Hua
|
6a34742cb7
|
fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3
(cherry picked from commit fe43c8f1b5 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2024-09-18 17:34:34 +08:00 |
|
liqigan
|
50ba5891b5
|
fix(bt/bluedroid): Fixed not deep copy service_name and user1_ptr in RAW SDP search event
|
2024-09-18 16:22:24 +08:00 |
|
liqigan
|
0fe9ddd190
|
change(bt/bluedroid): Limited SDP service discovery operation
|
2024-09-18 16:22:19 +08:00 |
|
liqigan
|
f1d14e7db5
|
change(bt/bluedroid): Release record data after SDP record created
|
2024-09-18 16:08:14 +08:00 |
|
linruihao
|
1de0308a65
|
fix(bt/bluedroid): Fixed some bugs in AVRCP
|
2024-09-18 11:05:13 +08:00 |
|
Rahul Tank
|
a7d487acc5
|
fix(nimble): Fix for coverity issues
|
2024-09-16 14:26:06 +05:30 |
|
Rahul Tank
|
62d9ebf9ec
|
fix(nimble): De-register host cb in stack deinit
|
2024-09-16 10:36:58 +05:30 |
|
ShenWeilong
|
03f54fe5b0
|
fix(ble): fixed the nimble connection reattempt issue when the OPTIMIZE_MULTI_CONN is enabled
|
2024-09-13 11:23:21 +08:00 |
|
Rahul Tank
|
8fb1a41da5
|
feat(nimble): Add support for ext adv param v2 HCI command
|
2024-09-11 15:58:38 +05:30 |
|
xiongweichao
|
a9f47ffd5e
|
fix(bt/bluedroid): Fix the protocol stack to exit sniff mode
- Already in result mode but request change indication has not been cleared
|
2024-09-09 15:30:39 +08:00 |
|
zhanghaipeng
|
e4003fd98e
|
fix(ble/bluedroid): Optimize BLE function 'esp_ble_resolve_adv_data_by_type'
|
2024-09-07 12:25:22 +08:00 |
|
zhanghaipeng
|
af9ebecc1d
|
fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data
|
2024-09-07 12:25:10 +08:00 |
|
Rahul Tank
|
50abf54d0f
|
Merge branch 'bugfix/make_cccd_flags_configurable_v5.3' into 'release/v5.3'
fix(nimble): Make CCCD flags configurable (v5.3)
See merge request espressif/esp-idf!33233
|
2024-09-06 18:57:51 +08:00 |
|
Wang Meng Yang
|
4ac395b1b7
|
Merge branch 'bugfix/fix_hid_cod_setting_v5.3' into 'release/v5.3'
Bugfix/fix hid cod setting[backport 5.3]
See merge request espressif/esp-idf!33337
|
2024-09-06 16:52:22 +08:00 |
|
shreeyash
|
1ebc4f4c8b
|
fix(nimble): Make CCCD flags configurable
|
2024-09-06 10:53:01 +05:30 |
|
Island
|
bba6bd35f1
|
Merge branch 'docs/optimized_ble_gattc_multi_connect_example_v5.3' into 'release/v5.3'
docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic (v5.3)
See merge request espressif/esp-idf!33194
|
2024-09-06 10:31:55 +08:00 |
|
Island
|
dfbbbabfbc
|
Merge branch 'bugfix/fix_ble_channel_map_update_v5.3' into 'release/v5.3'
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012) (v5.3)
See merge request espressif/esp-idf!32581
|
2024-09-06 10:31:52 +08:00 |
|
Rahul Tank
|
2c2e1a030d
|
fix(nimble): Corrected parameters assignment in per_adv_transfer_enable
|
2024-09-05 18:56:59 +05:30 |
|
Astha Verma
|
a55ca99677
|
fix(nimble): Added BT_HCI_LOG_INCLUDED macro according to nimble nomenclature
|
2024-09-05 12:12:28 +05:30 |
|
Rahul Tank
|
51515f2296
|
Merge branch 'bugfix/blesmp_getlist_bond_fail_v5.3' into 'release/v5.3'
fix(nimble): Fixed blesmp getbondlist issue (v5.3)
See merge request espressif/esp-idf!32822
|
2024-09-05 14:32:47 +08:00 |
|
Jiang Jiang Jian
|
24c2c80d2d
|
Merge branch 'fix/hfp_pcm_codec_v5.3' into 'release/v5.3'
fix(bt/bluedroid): Fix default codec type on PCM datapath for hfp_hf (backport v5.3)
See merge request espressif/esp-idf!33158
|
2024-09-05 13:45:24 +08:00 |
|
liqigan
|
e38b425011
|
feat(bt/bluedroid): Added definition of minor class of COD for peripheral major class
Closes https://github.com/espressif/esp-idf/issues/13622
|
2024-09-05 11:47:36 +08:00 |
|
Island
|
1720dc7795
|
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.3' into 'release/v5.3'
Fixed some BLE bugs 240812 (backport v5.3)
See merge request espressif/esp-idf!32792
|
2024-09-05 11:34:24 +08:00 |
|
shreeyash
|
8ef2bd2582
|
fix(nimble): Fixed blesmp getbondlist issue
|
2024-09-05 08:09:48 +05:30 |
|
chenqingqing
|
3af62b6e48
|
fix(bt/bluedroid): Fix default codec type on PCM datapath for hfp_hf
|
2024-09-05 10:37:46 +08:00 |
|
Rahul Tank
|
bbc5658f6b
|
feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established
|
2024-09-04 20:07:50 +05:30 |
|
Rahul Tank
|
92e4100df1
|
feat(nimble): Add support to allow connection during scanning
|
2024-09-04 14:27:04 +05:30 |
|