/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/ |
D | EspBleMesh.md | 3 …d how to use the EspBleMesh app to control an individual provisioned node or all the provisioned n… 55 5. Wait until all the devices are provisioned; 57 7. Click on **Fast Provisioned** to see all the provisioned devices; 70 * The device that has been provisioned by Phone - Primary Provisioner 71 * Devices that have been provisioned and changed to the role of a provisioner - Temporary Provision… 72 * Devices that have been provisioned but not changed to the role of a provisioner - Node 84 …provisioned and sends these addresses to the Primary Provisioner, when its address timer times out…
|
D | BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md | 33 … uint8_t max_node_num; /* The maximum number of devices can be provisioned by the Provisioner */ 34 uint8_t prov_node_cnt; /* Number of self-provisioned nodes */ 78 * The device that has been provisioned by Phone - Primary Provisioner 79 * Devices that have been provisioned and changed to the role of a provisioner - Temporary Provision… 80 * Devices that have been provisioned but not changed to the role of a provisioner - Node 85 …ber of the nodes it can provisioned. The provisioner will allocate a subset of its address range t… 87 …ner's address range is 0 to 100 and the maximum number of nodes it can provisioned is 5. The provi… 113 | `max_node_num` | The maximum number of devices can be provisioned by the Provisioner | 114 | `prov_node_cnt` | Number of self-provisioned nodes | 285 |Function| Temporary Provisioner reports the address of the node it has provisioned. |Used to check…
|
/hal_espressif-3.6.0/examples/provisioning/wifi_prov_mgr/main/ |
D | Kconfig.projbuild | 26 prompt "Reset provisioned status of the device" 28 This erases the NVS to reset provisioned status of the device on every reboot. 34 prompt "Reset provisioned credentials and state machine after session failure" 36 Enable reseting provisioned credentials and state machine after session failure.
|
D | app_main.c | 231 bool provisioned = false; in app_main() local 236 ESP_ERROR_CHECK(wifi_prov_mgr_is_provisioned(&provisioned)); in app_main() 240 if (!provisioned) { in app_main()
|
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/ |
D | app_main.c | 101 bool provisioned; in app_main() local 102 if (app_prov_is_provisioned(&provisioned) != ESP_OK) { in app_main() 107 if (provisioned == false) { in app_main()
|
D | app_prov.c | 219 esp_err_t app_prov_is_provisioned(bool *provisioned) in app_prov_is_provisioned() argument 221 *provisioned = false; in app_prov_is_provisioned() 235 *provisioned = true; in app_prov_is_provisioned()
|
D | Kconfig.projbuild | 29 prompt "Reset provisioned status of the device" 31 This erases the NVS to reset provisioned status of the device on every reboot.
|
D | app_prov.h | 52 esp_err_t app_prov_is_provisioned(bool *provisioned);
|
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/ |
D | app_main.c | 103 bool provisioned; in app_main() local 104 if (app_prov_is_provisioned(&provisioned) != ESP_OK) { in app_main() 109 if (provisioned == false) { in app_main()
|
D | Kconfig.projbuild | 47 prompt "Reset provisioned status of the device" 49 This erases the NVS to reset provisioned status of the device on every reboot.
|
D | app_prov.c | 244 esp_err_t app_prov_is_provisioned(bool *provisioned) in app_prov_is_provisioned() argument 246 *provisioned = false; in app_prov_is_provisioned() 260 *provisioned = true; in app_prov_is_provisioned()
|
D | app_prov.h | 55 esp_err_t app_prov_is_provisioned(bool *provisioned);
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/ |
D | README.md | 11 3. After both onoff client and server devices are provisioned, use UART1 to input the unicast addre… 17 …provisioned, but the server device is not, the first few get/set messages from the client will be …
|
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/ |
D | app_main.c | 169 bool provisioned; in app_main() local 170 if (app_prov_is_provisioned(&provisioned) != ESP_OK) { in app_main() 175 if (provisioned == false) { in app_main()
|
D | app_prov.c | 281 esp_err_t app_prov_is_provisioned(bool *provisioned) in app_prov_is_provisioned() argument 283 *provisioned = false; in app_prov_is_provisioned() 297 *provisioned = true; in app_prov_is_provisioned()
|
D | Kconfig.projbuild | 29 prompt "Reset provisioned status of the device" 31 This erases the NVS to reset provisioned status of the device on every reboot.
|
D | app_prov.h | 52 esp_err_t app_prov_is_provisioned(bool *provisioned);
|
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/ |
D | app_main.c | 157 bool provisioned; in app_main() local 158 if (app_prov_is_provisioned(&provisioned) != ESP_OK) { in app_main() 163 if (provisioned == false) { in app_main()
|
D | app_prov.c | 230 esp_err_t app_prov_is_provisioned(bool *provisioned) in app_prov_is_provisioned() argument 232 *provisioned = false; in app_prov_is_provisioned() 246 *provisioned = true; in app_prov_is_provisioned()
|
D | Kconfig.projbuild | 48 prompt "Reset provisioned status of the device" 50 This erases the NVS to reset provisioned status of the device on every reboot.
|
D | app_prov.h | 54 esp_err_t app_prov_is_provisioned(bool *provisioned);
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/ |
D | BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md | 42 …6]`| The value used by the Fast Provisioning Provisioner to filter the devices to be provisioned | 44 | `max_node_num` | The maximum number of nodes can be provisioned by the client | 123 …red, which will add the unprovisioned device information to the queue of to-be-provisioned devices. 140 After that, all the devices in the queue will be provisioned automatically.
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/ |
D | README.md | 11 3. enable bearer, so that it can be scaned and provisioned by provisioner
|
/hal_espressif-3.6.0/docs/en/api-guides/esp-ble-mesh/ |
D | ble-mesh-index.rst | 108 …e screen. The IDENTIFY operation can be used to tell users which device is going to be provisioned. 124 Then, the App will try to provision the unprovisioned device. When the device is provisioned succes… 139 …n users need to press **CONNECT** on the top right, and the previously provisioned node will be di… 155 If the device is the second or the third one which has been provisioned by the App, and after press… 159 * The left picture shows that the third device is provisioned successfully, but the App failed to c… 224 …BLE Mesh basic features. Within this example a node can be scanned and provisioned by Provisioner …
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 151 When this option is enabled, and after an unprovisioned device is provisioned 157 Enable the device to be provisioned into a node. This option should be 158 enabled when an unprovisioned device is going to be provisioned into a 181 int "Maximum number of devices that can be provisioned by Provisioner" 185 This option specifies how many devices can be provisioned by a Provisioner. 187 provisioned by a Provisioner. For instance, if the value is 6, it means the 200 This option specifies how many devices can be provisioned at the same time 212 This option specifies how many devices can be provisioned at the same 271 Enable this option to allow the device to be provisioned over the 293 Enable this option to allow the device to be provisioned over GATT. [all …]
|