Home
last modified time | relevance | path

Searched refs:CONFIG_BT_MESH_LPN_POLL_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/board/haas200/config/
A Dbt_mesh_opt.h39 #define CONFIG_BT_MESH_LPN_POLL_TIMEOUT 300 macro
40 #define CONFIG_BT_MESH_LPN_INIT_POLL_TIMEOUT CONFIG_BT_MESH_LPN_POLL_TIMEOUT
/AliOS-Things-master/components/ble_mesh/configs/
A Dble_mesh_default_config.h192 #ifndef CONFIG_BT_MESH_LPN_POLL_TIMEOUT
193 #define CONFIG_BT_MESH_LPN_POLL_TIMEOUT 300 macro
197 #define CONFIG_BT_MESH_LPN_INIT_POLL_TIMEOUT CONFIG_BT_MESH_LPN_POLL_TIMEOUT
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dlpn.c54 #define POLL_TIMEOUT_MAX(lpn) ((CONFIG_BT_MESH_LPN_POLL_TIMEOUT * 100) - \
68 #define LPN_POLL_TO POLL_TO(CONFIG_BT_MESH_LPN_POLL_TIMEOUT)

Completed in 4 milliseconds