Home
last modified time | relevance | path

Searched refs:CONFIG_BLE_MESH_PBA_SAME_TIME (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_prov.h17 #ifndef CONFIG_BLE_MESH_PBA_SAME_TIME
18 #define CONFIG_BLE_MESH_PBA_SAME_TIME 0 macro
Dprovisioner_prov.c200 (CONFIG_BLE_MESH_PBA_SAME_TIME + CONFIG_BLE_MESH_PBG_SAME_TIME)
337 } adv_buf[CONFIG_BLE_MESH_PBA_SAME_TIME];
339 static uint8_t adv_buf_data[ADV_BUF_SIZE * CONFIG_BLE_MESH_PBA_SAME_TIME];
448 for (i = CONFIG_BLE_MESH_PBA_SAME_TIME; i < BLE_MESH_PROV_SAME_TIME; i++) { in bt_mesh_provisioner_clear_link_info()
555 (prov_ctx.pba_count == CONFIG_BLE_MESH_PBA_SAME_TIME)) {
605 for (i = 0; i < CONFIG_BLE_MESH_PBA_SAME_TIME; i++) {
666 for (i = CONFIG_BLE_MESH_PBA_SAME_TIME; i < BLE_MESH_PROV_SAME_TIME; i++) {
1479 for (j = 0; j < CONFIG_BLE_MESH_PBA_SAME_TIME; j++) {
1487 if (j == CONFIG_BLE_MESH_PBA_SAME_TIME) {
1639 if (idx < CONFIG_BLE_MESH_PBA_SAME_TIME) {
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_timer.c19 static const size_t BLE_MESH_GENERAL_ALARM_HASH_MAP_SIZE = 20 + CONFIG_BLE_MESH_PBA_SAME_TIME + \
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_provisioning_api.c15 #define MAX_PROV_LINK_IDX (CONFIG_BLE_MESH_PBA_SAME_TIME + CONFIG_BLE_MESH_PBG_SAME_TIME)