1108 Commits

Author SHA1 Message Date
Island
dc64b09dc5 Merge branch 'modified_ble_multi_conn_example_readme_v5.1' into 'release/v5.1'
update(ble): Modified the ble multi_conn example's readme (v5.1)

See merge request espressif/esp-idf!33991
2024-11-01 12:21:29 +08:00
Island
69786f1515 Merge branch 'fix/fix_nimble_gatt_server_example_readme_v5.1' into 'release/v5.1'
docs(ble): Added BLE Get Started documentation link to README.md (v5.1)

See merge request espressif/esp-idf!33828
2024-10-29 16:01:55 +08:00
chenjianhua
ef626df142 fix(bt/bluedroid): correct the readme links for BLE periodic examples 2024-10-24 18:04:06 +08:00
chenjianhua
56b76f8b79 refactor(bt/bluedroid): Refactor the print for BLE examples 2024-10-24 18:04:06 +08:00
chenjianhua
24ce9e2384 refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example 2024-10-24 18:04:06 +08:00
Shen Wei Long
adc3bb1cd4 update(ble): Modified the ble multi_conn example's readme
(cherry picked from commit 28ffd5fc04b58119d754941b7095d10a0378cddc)

Co-authored-by: Shen Weilong <shenweilong@espressif.com>
2024-10-08 13:25:33 +08:00
xiongweichao
1b19449dc0 feat(bt/bluedroid): Report sniff interval to application layer 2024-09-27 14:16:16 +08:00
Wei Yu Han
f1f3ed86cc docs(ble): Added BLE Get Started documentation link to README.md
(cherry picked from commit 5f008828d31149303d92cc269dbd9f45ca745e04)

Co-authored-by: Yuhan Wei <weiyuhan@espressif.com>
2024-09-26 09:38:11 +08:00
Rahul Tank
d0bc721a78 fix(nimble): Fixed deinit sequence in blufi 2024-09-24 12:21:24 +05:30
shreeyash
cf106f07d1 fix(nimble): Added a change to print address of an advertising instance 2024-09-17 12:19:03 +05:30
Shen Weilong
99ff4745e2 fix(ble): fiexed the crash issue of examples/bluetooth/nimble/ble_multi_conn 2024-09-12 20:58:00 +08:00
Wei Yu Han
e03dce674c fix(ble): Increased the length of addr_str in ble_get_started nimble examples 2024-09-11 17:14:22 +08:00
weiyuhan
df9abfe9f9 fix(ble): Added ble_get_started examples to build-test-rules.yml 2024-09-11 17:14:22 +08:00
Yuhan Wei
a8b85dd01c fix(ble): Removed unsupported sdkconfig 2024-09-11 17:14:22 +08:00
Yuhan Wei
89db2b75dc fix(ble): Removed the C5 support for examples in ble_get_started 2024-09-11 17:14:22 +08:00
Zhou Xiao
d4b4f5c146 docs(ble): Replace advertising interval hex value with BLE_GAP_ADV_ITVL_MS 2024-09-11 17:14:22 +08:00
Zhou Xiao
17ea84eef6 docs(ble): Improved as Weilong and Shenhang requested 2024-09-11 17:14:22 +08:00
zhouxiao
77f9b38039 docs(ble): Added BLE Get Started 2024-09-11 17:14:22 +08:00
Rahul Tank
9559f40dc6 Merge branch 'bugfix/bidirectioanl_data_transfer_ble_spp_v5.1' into 'release/v5.1'
fix(nimble): Added support for bidirectional data trasfer (v5.1)

See merge request espressif/esp-idf!33414
2024-09-11 14:04:28 +08:00
Wang Meng Yang
8af42a08cf Merge branch 'bugfix/fix_hid_cod_setting_v5.1' into 'release/v5.1'
Bugfix/fix hid cod setting[backport 5.1]

See merge request espressif/esp-idf!33339
2024-09-10 18:30:49 +08:00
Astha Verma
20d3a306eb fix(nimble): Added support for bidirectional data trasfer 2024-09-09 18:41:27 +05:30
zhanghaipeng
1dbaced1ca docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic 2024-09-06 10:14:42 +08:00
liqigan
7079d50ecd 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 14:25:27 +08:00
Jiang Jiang Jian
386d49f132 Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.1' into 'release/v5.1'
Fixed some BLE bugs 240812 (backport v5.1)

See merge request espressif/esp-idf!32794
2024-08-26 14:52:05 +08:00
chenjianhua
1743d22f08 fix(bt/bluedroid): Fixed work queue delete when create thread failed 2024-08-23 16:56:54 +08:00
zhanghaipeng
98f034be03 docs(blufi): Optimize documentation for Blufi example 2024-08-23 09:42:25 +08:00
zhanghaipeng
31e68c9d36 fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data 2024-08-23 09:42:24 +08:00
Rahul Tank
071fed2d6f feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established 2024-08-20 14:56:13 +05:30
Rahul Tank
61edc67100 feat(nimble): Add support to allow connection during scanning 2024-08-16 15:05:39 +05:30
Island
c608177cf9 Merge branch 'docs/optimized_ble_adv_data_type_v5.1' into 'release/v5.1'
docs(ble/bluedroid): Optimize BLE example for setting advertising data (v5.1)

See merge request espressif/esp-idf!32757
2024-08-14 15:53:19 +08:00
Fu Hanxi
92fcaa346a
ci: fix test_bt_hid path 2024-08-13 11:23:02 +02:00
zhanghaipeng
75430acf9d docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates 2024-08-13 12:13:08 +08:00
gongyantao
badc32ad6e fix(bt): change example sdkconfig name to sdkconfig.ci.test 2024-08-13 09:54:48 +08:00
zhanghaipeng
a9db5f07bf docs(ble/bluedroid): Optimize BLE example for setting advertising data 2024-08-12 11:38:02 +08:00
Wang Meng Yang
03f66399a1 Merge branch 'fix/hfp_pcm_api_set_v5.1' into 'release/v5.1'
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape (backport v5.1)

See merge request espressif/esp-idf!32481
2024-08-07 19:06:24 +08:00
Rahul Tank
1fc491ac57 Merge branch 'bugfix/fix_proxy_example_assert_v5.1' into 'release/v5.1'
fix(nimble): Fixed assert issue in proximity_sensor example (v5.1)

See merge request espressif/esp-idf!32628
2024-08-07 18:03:46 +08:00
gongyantao
2837193ee6 change(ci): remove device name check in bt example 2024-08-06 14:09:43 +08:00
gongyantao
e55c9c36a0 fix(bt): get remote device name from eir data 2024-08-06 14:09:38 +08:00
gongyantao
cda15079a2 feat(bt/example): add ci sdkconfig for bt examples 2024-08-06 14:09:25 +08:00
chenqingqing
d36f5166fe fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape 2024-08-05 20:01:56 +08:00
Rahul Tank
71ad2918aa fix(nimble): Fixed assert issue in proximity_sensor example 2024-08-05 16:57:50 +05:30
Yuan Hong Hui
20b31e6b63 feat(bt):add pytest for classic bt example 2024-08-02 15:24:18 +08:00
Jiang Jiang Jian
6457a4b824 Merge branch 'fix/stack_overflow_in_example_spp_initiator_v5.1' into 'release/v5.1'
Fix/stack overflow in example spp initiator(backport v5.1)

See merge request espressif/esp-idf!32234
2024-07-26 17:59:18 +08:00
Rahul Tank
320257a60b fix(nimble): Increase Timer stack size for nimble application 2024-07-22 15:52:10 +05:30
gongyantao
9955258770 feat(bt): add bt address printing for all bt examples 2024-07-19 11:49:01 +08:00
gongyantao
07b1e674ad fix(bt): fix uTask stack overflow in bt example spp_initiator 2024-07-19 11:47:19 +08:00
zwl
6f6d163d30 fix(ble): fixed nimble host only build error 2024-07-16 13:23:41 +08:00
Island
dc859c1e67 Merge branch 'feat/add_ble50_instant_v5.1' into 'release/v5.1'
Add support for BLE 5.0 instances in related events (v5.1)

See merge request espressif/esp-idf!31992
2024-07-12 14:52:56 +08:00
Rahul Tank
1f736fb017 fix(nimble): Update menuconfig option to consider 5.0 support 2024-07-10 17:22:27 +05:30
zhanghaipeng
67e1325377 feat(ble/bluedroid): Support BLE50 instance in related event 2024-07-09 15:38:44 +08:00