Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dlpn.c94 case BT_MESH_LPN_DISABLED: in state2str()
253 lpn_set_state(BT_MESH_LPN_DISABLED); in clear_friendship()
401 if (lpn->state == BT_MESH_LPN_DISABLED) { in req_send_end()
499 if (bt_mesh.lpn.state == BT_MESH_LPN_DISABLED) { in bt_mesh_lpn_disable()
511 if (lpn->state != BT_MESH_LPN_DISABLED) { in bt_mesh_lpn_set()
515 if (lpn->state == BT_MESH_LPN_DISABLED) { in bt_mesh_lpn_set()
524 lpn_set_state(BT_MESH_LPN_DISABLED); in bt_mesh_lpn_set()
545 lpn_set_state(BT_MESH_LPN_DISABLED); in bt_mesh_lpn_set()
890 case BT_MESH_LPN_DISABLED: in lpn_timeout()
Dnet.h105 BT_MESH_LPN_DISABLED, /* LPN feature is disabled */ enumerator