Lines Matching refs:can

31 … to the node, set publication information, etc. By configuration, the node can actually transmit m…
40 1.3 How can NetKey and AppKey be used?
49 …- The API :cpp:func:`esp_ble_mesh_provisioner_add_local_net_key` can be used to add a NetKey with …
50 …- The API :cpp:func:`esp_ble_mesh_provisioner_add_local_app_key` can be used to add an AppKey with…
55 …used to set the unicast address of Provisioner, it can be set only once during initialization and
60can be set only once during initialization and can't be changed afterwards. In theory, it can serv…
61 …Subscription address can also be used. Provisioner subscribes to a group address or virtual addres…
66 …ast address of the node it firstly provisioned. It can be set only once during initialization and
76 …g. It can be set only once during initialization and can't be changed afterwards. When the unprovi…
83 1.11 What information can be carried by the advertising packets of the unprovisioned device before …
93 …For example, each unprovisioned device contains a unique Device UUID, which can be used for device…
101 1.14 How can Provisioner get and parse the :ref:`Composition Data <ble-mesh-terminology-composition…
104 …- Provisioner can get the Composition Data of nodes using the :ref:`Configuration Client Model <bl…
105 - Users can refer to the following code to parse the Composition Data:
204 1.15 How can Provisioner further configure nodes through obtained Composition Data?
216 This method can be used in special cases like testing period.
269 … when the device is powered off currently. These configuration information can only be saved if th…
276 …lights can subscribe to a group address, 5 red lights subscribe to another one. By sending message…
278 …ghts can subscribe to a virtual address, 5 red lights subscribe to another one. By sending message…
283 …ovisioner can add multiple NetKeys to nodes during configuration, and nodes sharing the same NetKe…
294 …- The node can periodically send heartbeat messages to Provisioner. And if Provisioner failed to r…
298 …single package (less than 11 bytes), so the transmission and reception of it can be more efficient.
321 …et_node_name` which can be used to set the node's local name and the API :cpp:func:`esp_ble_mesh_p…
341 …ESP-BLE-MESH supports all SIG-defined client models. Provisioner can use these client models to co…
345 …- The API :cpp:func:`esp_ble_mesh_config_client_get_state` can be used to get the :cpp:type:`esp_b…
346 …- The API :cpp:func:`esp_ble_mesh_config_client_set_state` can be used to set the :cpp:type:`esp_b…
350 …- The API :cpp:func:`esp_ble_mesh_health_client_get_state` can be used to get the :cpp:type:`esp_b…
351 …- The API :cpp:func:`esp_ble_mesh_health_client_set_state` can be used to set the :cpp:type:`esp_b…
355 …- The API :cpp:func:`esp_ble_mesh_generic_client_get_state` can be used to get the :cpp:type:`esp_…
356 …- The API :cpp:func:`esp_ble_mesh_generic_client_set_state` can be used to set the :cpp:type:`esp_…
360 …- The API :cpp:func:`esp_ble_mesh_light_client_get_state` can be used to get the :cpp:type:`esp_bl…
361 …- The API :cpp:func:`esp_ble_mesh_light_client_set_state` can be used to set the :cpp:type:`esp_bl…
365 …- The API :cpp:func:`esp_ble_mesh_sensor_client_get_state` can be used to get the :cpp:type:`esp_b…
366 …- The API :cpp:func:`esp_ble_mesh_sensor_client_set_state` can be used to set the :cpp:type:`esp_b…
369 …- The API :cpp:func:`esp_ble_mesh_time_scene_client_get_state` can be used to get the :cpp:type:`e…
370 …- The API :cpp:func:`esp_ble_mesh_time_scene_client_set_state` can be used to set the :cpp:type:`e…
383 …- Model has two types, client model and server model. Client model can get and set the states of s…
385 …- Model can also be divided into SIG model and vendor model. All behaviors of SIG models are offic…
394 2.3 Which functions can be used to send messages with the models of nodes?
397 …- For client models, users can use the API :cpp:func:`esp_ble_mesh_client_model_send_msg` to send …
399 …- For server models, users can use the API :cpp:func:`esp_ble_mesh_server_model_send_msg` to send …
410 …Response timeout can be set in the API :cpp:func:`esp_ble_mesh_client_model_send_msg`. The default…
415 …For client models, users can use the API :cpp:func:`esp_ble_mesh_client_model_send_msg` with the p…
422 Subscription address can be added through Configuration Client Model.
429 …d and publication count are controlled by the Model Publication state, and can be configured throu…
431 2.8 How many bytes can be carried when sending unsegmented messages?
434 … length (which can be set by users) of unsegmented message is 11 octets, so if the opcode of the m…
439 …Users can enable the Relay feature of all nodes when nodes detected in the mesh network are sparse.
441 For dense mesh network, users can choose to just enable the Relay feature of several nodes.
443 And users can enable the Relay feature by default if the mesh network size is unknown.
453 …nd a Proxy Server (e.g. the node). And with the Proxy filter, Proxy Client can explicitly request …
455 2.12 When a message can be relayed by a Relay node?
476 …- And cooperation is needed between low power node and friend node, thus low power node can receiv…
478 …r node, its friend node will store the messages for it. And low power node can poll friend nodes t…
488 …It is recommended that nodes can publish its self-test results periodically through Health Server …
497 … Provisioner can configure the unicast address of spray node to the smoke alarm. When high smoke c…
502 … a flooded network, messages in the network have no fixed paths, and nodes can communicate with ea…
514 Nodes can perform IV Update procedure with Secure Network Beacon.
530can run properly but the throughput of it is low since it has no PSRAM. When Bluetooth and Wi-Fi c…
549can provision them one by one. But when it comes to a large number of unprovisioned devices (e.g. …
582 You can find meaning of errors or warnings when they appear at the bottom of ESP-BLE-MESH stack.
607 …space for receiving new segmented message, this warning will appear. Users can make the space larg…
617can not send messages to the same node with the same unicast address. After the corresponding resp…
650 7.2 Which API can be used to restart {IDF_TARGET_NAME}?
658 …The API :cpp:func:`vTaskList` can be used to print the remaining space of the task stack periodica…
663 …The API :cpp:func:`esp_log_level_set` can be used to change the log output level rather than using…