Home
last modified time | relevance | path

Searched refs:CONFIG_BT_MESH_DFU_URI_MAXLEN (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu.h33 #ifndef CONFIG_BT_MESH_DFU_URI_MAXLEN
34 #define CONFIG_BT_MESH_DFU_URI_MAXLEN 0 macro
Ddfd_srv.h234 uint8_t uri[CONFIG_BT_MESH_DFU_URI_MAXLEN];
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu.h20 CONFIG_BT_MESH_DFU_URI_MAXLEN)
Ddfu_cli.c856 char uri_buf[CONFIG_BT_MESH_DFU_URI_MAXLEN + 1]; in handle_info_status()
878 MIN(CONFIG_BT_MESH_DFU_URI_MAXLEN, uri_len); in handle_info_status()
Ddfd_srv.c608 if (uri_len > CONFIG_BT_MESH_DFU_URI_MAXLEN || in handle_upload_start_oob()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu.rst187 :kconfig:option:`CONFIG_BT_MESH_DFU_URI_MAXLEN`.
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c167 uint8_t uri[CONFIG_BT_MESH_DFU_URI_MAXLEN];