Home
last modified time | relevance | path

Searched refs:BT_MESH_LPN_TIMER (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c98 case BT_MESH_LPN_TIMER: in state2str()
540 lpn->state == BT_MESH_LPN_TIMER) { in bt_mesh_lpn_set()
590 if (lpn->state == BT_MESH_LPN_TIMER) { in bt_mesh_lpn_msg_received()
895 case BT_MESH_LPN_TIMER: in lpn_timeout()
1188 lpn_set_state(BT_MESH_LPN_TIMER); in bt_mesh_lpn_init()
Dnet.h114 BT_MESH_LPN_TIMER, /* Waiting for auto timer expiry */ enumerator