Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlpn.h58 return (bt_mesh.lpn.state == BLE_MESH_LPN_TIMER); in bt_mesh_lpn_timer()
Dlpn.c80 case BLE_MESH_LPN_TIMER: in state2str()
456 lpn->state == BLE_MESH_LPN_TIMER) { in bt_mesh_lpn_set()
486 if (lpn->state == BLE_MESH_LPN_TIMER) { in bt_mesh_lpn_msg_received()
767 case BLE_MESH_LPN_TIMER: in lpn_timeout()
1083 lpn_set_state(BLE_MESH_LPN_TIMER); in bt_mesh_lpn_init()
Dnet.h147 BLE_MESH_LPN_TIMER, /* Waiting for auto timer expiry */ enumerator