Rahul Tank
|
af953e48de
|
Merge branch 'doc/update_nimble_mesh_example_information' into 'master'
Nimble: Update Mesh example documentation
See merge request espressif/esp-idf!21539
|
2022-12-13 15:24:42 +08:00 |
|
Wang Meng Yang
|
1ac3595bde
|
Merge branch 'bugfix/a2dp_error_code' into 'master'
bt: Update A2DP version to v1.4
Closes BT-2918, BT-2919, and BT-2932
See merge request espressif/esp-idf!21142
|
2022-12-13 14:56:18 +08:00 |
|
Rahul Tank
|
1d9eaccde4
|
Nimble: Update documentation to include distinction between upstream
mesh example and ESP-BLE-MESH
|
2022-12-12 18:06:55 +05:30 |
|
Zhi Wei Jian
|
6d676019c1
|
Merge branch 'bugfix/fix_gatt_char_perm_key_size' into 'master'
Bluedroid: fix encrypt keysize of GATT characteristic permission
Closes BT-2992
See merge request espressif/esp-idf!21250
|
2022-12-12 16:23:59 +08:00 |
|
Zhi Wei Jian
|
250f2c4a89
|
Merge branch 'bugfix/fix_ble_conn_param_update' into 'master'
Bluedroid: fix ble connection update with same params
Closes BT-2943
See merge request espressif/esp-idf!21309
|
2022-12-12 15:18:26 +08:00 |
|
Jiang Jiang Jian
|
706a2c779f
|
Merge branch 'bugfix/correct_the_default_SR_mode' into 'master'
bugfix/correct the SR_mode selection when konw nothing about Peripheral
See merge request espressif/esp-idf!21355
|
2022-12-12 14:57:16 +08:00 |
|
Wang Meng Yang
|
84e48db373
|
Merge branch 'feature/support_ble_53_feature_for_pts' into 'master'
Bluedroid: support ble host features for PTS
See merge request espressif/esp-idf!21253
|
2022-12-12 14:33:37 +08:00 |
|
Li Qi Gan
|
df5c1ffd8b
|
Merge branch 'bugfix/fix_hid_device_vup_without_connection' into 'master'
Bugfix/Fix HID Device can not remove virtually cabled device without a connection
Closes IDFGH-8662
See merge request espressif/esp-idf!21152
|
2022-12-12 10:08:57 +08:00 |
|
Rahul Tank
|
7b08933d09
|
Merge branch 'feature/nimble_support_ble_max_conn_num' into 'master'
Nimble: Support maximum number of connections to 9 on ESP32-C3 and ESP32-S3
See merge request espressif/esp-idf!21498
|
2022-12-09 21:35:19 +08:00 |
|
chenjianhua
|
5a0bc5c1fd
|
bluedroid: fix ble connection update with same params
|
2022-12-09 14:40:57 +08:00 |
|
chenjianhua
|
2afe5cdc76
|
bluedroid: add config for GAP service and periodic adv sync transfer
|
2022-12-09 13:28:31 +08:00 |
|
chenjianhua
|
702e06e09e
|
bluedroid: add internal GATT API for PTS
|
2022-12-09 13:28:31 +08:00 |
|
chenjianhua
|
fa06476806
|
bluedroid: add config for robust caching and RPA timeout
|
2022-12-09 13:28:31 +08:00 |
|
chenjianhua
|
238d1375a8
|
bluedroid: support GATT robust caching feature
|
2022-12-09 13:28:31 +08:00 |
|
chenjianhua
|
f4cd0b687d
|
bluedroid: support GATT services database hash calculate
|
2022-12-09 13:28:31 +08:00 |
|
chenjianhua
|
4a487a6a5c
|
bluedroid: support periodic advertising sync transfer cmd
|
2022-12-09 13:28:31 +08:00 |
|
chenjianhua
|
6f0d34d323
|
bluedroid: support LE L2CAP credit based connection
|
2022-12-09 13:28:31 +08:00 |
|
chenjianhua
|
2048322429
|
bluedroid: support oob pairing for smp secure connection
|
2022-12-09 13:28:31 +08:00 |
|
Wang Meng Yang
|
7d7a710b60
|
Merge branch 'feature/report_acl_conn_cmp_stat_to_app' into 'master'
feature/report ACL link related events to application
Closes BT-2097 and BT-1863
See merge request espressif/esp-idf!19276
|
2022-12-09 13:10:52 +08:00 |
|
Rahul Tank
|
4bf8886042
|
Nimble: Support maximum number of connections to 9 on ESP32-C3 and ESP32-S3
|
2022-12-08 17:23:15 +05:30 |
|
Jin Cheng
|
f2f6aef019
|
correct the SR_mode selection when konw nothing about Peripheral
|
2022-12-07 09:47:03 +00:00 |
|
Wang Meng Yang
|
c9b4f1995a
|
Merge branch 'bugfix/reduce_BTU_TASK_stack_consumption' into 'master'
Reduce the stack consumption of BTU_TASK
Closes BT-3022 and BT-2950
See merge request espressif/esp-idf!21433
|
2022-12-07 11:13:41 +08:00 |
|
liqigan
|
2198c3ed77
|
fix HID device can not remove virtually cabled device without a connection
Closes https://github.com/espressif/esp-idf/issues/10107
|
2022-12-07 10:36:42 +08:00 |
|
jincheng
|
228bf596dc
|
Added reporting for ACL link related events to application
|
2022-12-07 02:33:55 +00:00 |
|
Wang Meng Yang
|
7b1bbd59eb
|
Merge branch 'bugfix/spp_vfs_memory_leak' into 'master'
Component_bt/fix esp_spp_vfs_register memory leak
Closes BT-2344
See merge request espressif/esp-idf!17909
|
2022-12-06 20:14:51 +08:00 |
|
Shen Wei Long
|
67507baf37
|
Merge branch 'feature/add_comments_for_bt_connections_master' into 'master'
Explain how much memory that will be used by each connection/advertiser.
See merge request espressif/esp-idf!21321
|
2022-12-06 16:55:26 +08:00 |
|
xiongweichao
|
9d56c4c215
|
Assert when malloc user_data fail
|
2022-12-05 20:30:45 +08:00 |
|
xiongweichao
|
6bce9b7029
|
Fixed memory leak when SPP initialization failed
|
2022-12-05 20:30:45 +08:00 |
|
xiongweichao
|
4a702a2011
|
Added esp_spp_vfs_unregister() to free memory allocated by esp_spp_vfs_register()
|
2022-12-05 20:30:43 +08:00 |
|
zwj
|
e5a45f00e4
|
Reduce the stack consumption of BTU_TASK
|
2022-12-05 17:01:48 +08:00 |
|
Jiang Jiang Jian
|
12180da408
|
Merge branch 'contrib/github_pr_9529' into 'master'
component_bt: Fixed memory leak due to not freeing memory if posting a message to a thread fails
See merge request espressif/esp-idf!19463
|
2022-12-05 15:37:02 +08:00 |
|
chenjianhua
|
c37184aa85
|
bluedroid: fix encrypt keysize of GATT characteristic permission
|
2022-12-02 15:10:39 +08:00 |
|
Shen Weilong
|
b3d248df95
|
Explain how mush memory that will be used by each connection/advertiser.
|
2022-12-02 14:21:22 +08:00 |
|
Zhi Wei Jian
|
18e0cd6214
|
Merge branch 'feature/support_ble_max_conn_num_to_9' into 'master'
Support bluedroid host maximum number of connections to 9
Closes BT-2914, BT-3000, and BT-2915
See merge request espressif/esp-idf!20933
|
2022-12-02 12:10:27 +08:00 |
|
Jiang Jiang Jian
|
36012433f9
|
Merge branch 'bufix/a2dp_fail_connect_again_after_disconnect' into 'master'
component_bt: Fixed a2dp failing to connect again after disconnect
Closes BT-1803
See merge request espressif/esp-idf!16947
|
2022-11-30 11:56:59 +08:00 |
|
xiongweichao
|
592675fd5b
|
Fixed incorrect parameters in switching to BTC context
|
2022-11-30 10:41:54 +08:00 |
|
xiongweichao
|
3268075231
|
bt:Modify the member variable *arg in struct btc_msg to arg[0]
|
2022-11-30 10:41:54 +08:00 |
|
xiongweichao
|
40f6239fd7
|
bt: Fixed memory leak due to not freeing memory if posting a message to a thread fails
|
2022-11-30 10:41:52 +08:00 |
|
zhiweijian
|
957bf03d6a
|
bluedroid host supports the maximum number of connections to 9
|
2022-11-29 16:33:17 +08:00 |
|
xiongweichao
|
c497d7d6c1
|
bt: Remove SPP default send buffer size option and add parameters to configure send buffer size in esp_spp_enhance_init()
|
2022-11-29 10:20:47 +08:00 |
|
xiongweichao
|
ecf2eea1d6
|
bt: Added esp_spp_enhance_init() API to indicate whether to enable L2CAP ERTM
|
2022-11-28 20:42:53 +08:00 |
|
xiongweichao
|
cbf3467d4e
|
Fixed a2dp failing to connect again after disconnect
|
2022-11-28 11:37:14 +08:00 |
|
xiongweichao
|
cf788a241d
|
bt: Update HFP version to v1.8
|
2022-11-23 20:17:22 +08:00 |
|
xiongweichao
|
923cdcf75a
|
bt: Update A2DP version to v1.4
|
2022-11-23 20:17:22 +08:00 |
|
xiongweichao
|
33d351898a
|
bt:Fixed the use of invalid configuration when the peer device configures the stream, and returned an incorrect error code
|
2022-11-23 20:17:22 +08:00 |
|
Alexey Gerenkov
|
47c2c13de5
|
build: Adds support for universal Clang toolchain
|
2022-11-23 13:25:16 +03:00 |
|
Rahul Tank
|
858c5e296d
|
Merge branch 'bugfix/reattempt_crash' into 'master'
NimBLE: Updated check for reattempt connection code
See merge request espressif/esp-idf!21130
|
2022-11-21 18:37:15 +08:00 |
|
Wang Meng Yang
|
6a8f528e08
|
Merge branch 'bugfix/fix_hfp_clcc_parser_bug' into 'master'
Bugfix/Fix HFP client parse CLCC command response bug
Closes BT-2907
See merge request espressif/esp-idf!20904
|
2022-11-18 12:16:42 +08:00 |
|
isha.pardikar@espressif.com
|
3a3e7b1401
|
NimBLE: Fixed going for reattempt connection code
|
2022-11-17 13:08:22 +05:30 |
|
zwj
|
39c03e0ce0
|
Fixed errors reported by CI clang_tidy_check
|
2022-11-16 15:58:31 +08:00 |
|