Skip to content

Commit 744dc9d

Browse files
loop233laride
authored andcommitted
fix(ble): remove bthome target test
1 parent d315a56 commit 744dc9d

File tree

3 files changed

+6
-34
lines changed

3 files changed

+6
-34
lines changed

.gitlab/ci/target_test.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -940,37 +940,3 @@ tools_test_cmake_utilities:
940940
TEST_TARGET: ${IDF_TARGET}
941941
TEST_FOLDER: tools/cmake_utilities
942942
TEST_ENV: ${ENV_TAG}
943-
944-
components_test_bluetooth_ble_adv_bthome:
945-
extends:
946-
- .pytest_template
947-
- .rules:build:components_bluetooth_ble_adv_bthome_test_apps
948-
needs:
949-
- job: "build_components_bluetooth_ble_adv_bthome_test_apps"
950-
artifacts: true
951-
optional: false
952-
parallel:
953-
matrix:
954-
- IDF_TARGET: esp32
955-
IDF_VERSION: "5.0"
956-
ENV_TAG: "generic"
957-
- IDF_TARGET: esp32s3
958-
IDF_VERSION: "5.0"
959-
ENV_TAG: "generic"
960-
- IDF_TARGET: esp32c3
961-
IDF_VERSION: "5.0"
962-
ENV_TAG: "generic"
963-
- IDF_TARGET: esp32h2
964-
IDF_VERSION: "5.0"
965-
ENV_TAG: "generic"
966-
- IDF_TARGET: esp32c6
967-
IDF_VERSION: "5.0"
968-
ENV_TAG: "generic"
969-
tags:
970-
- ${IDF_TARGET}
971-
- ${ENV_TAG}
972-
image: $DOCKER_TARGET_TEST_v5_1_ENV_IMAGE
973-
variables:
974-
TEST_TARGET: ${IDF_TARGET}
975-
TEST_FOLDER: components/bluetooth/ble_adv/bthome
976-
TEST_ENV: ${ENV_TAG}

docs/en/bluetooth/bt_home.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ This component supports both encrypted and non-encrypted modes, and can be seaml
88
BTHome Usage
99
-----------------
1010
1. Initialize BTHome:
11+
1112
- Use :cpp:func:`bthome_create` to create a BTHome instance
1213
- Use :cpp:func:`bthome_register_callbacks` to register callback functions
1314
- Use :cpp:func:`bthome_set_encrypt_key` to set encryption key (optional)
1415
- Use :cpp:func:`bthome_set_peer_mac_addr` to set peer MAC address
1516

1617
2. Configuration Storage:
18+
1719
- Use :cpp:func:`settings_store` to store configuration
1820
- Use :cpp:func:`settings_load` to load configuration
1921

2022
3. Parse Advertising Data:
23+
2124
- Use :cpp:func:`bthome_parse_adv_data` to parse advertising data
2225
- Use :cpp:func:`bthome_free_reports` to free report data
2326

docs/zh_CN/bluetooth/bt_home.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ BTHome 组件用于实现 BTHome V2 协议,支持传感器数据上报、二
88
BTHome 使用方法
99
-----------------
1010
1. 初始化 BTHome:
11+
1112
- 使用 :cpp:func:`bthome_create` 创建 BTHome 实例
1213
- 使用 :cpp:func:`bthome_register_callbacks` 注册回调函数
1314
- 使用 :cpp:func:`bthome_set_encrypt_key` 设置加密密钥(可选)
1415
- 使用 :cpp:func:`bthome_set_peer_mac_addr` 设置对端 MAC 地址
1516

1617
2. 配置存储:
18+
1719
- 使用 :cpp:func:`settings_store` 存储配置
1820
- 使用 :cpp:func:`settings_load` 加载配置
1921

2022
3. 解析广播数据:
23+
2124
- 使用 :cpp:func:`bthome_parse_adv_data` 解析广播数据
2225
- 使用 :cpp:func:`bthome_free_reports` 释放报告数据
2326

0 commit comments

Comments
 (0)