Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c82 case BLE_MESH_LPN_ENABLED: in state2str()
167 lpn_set_state(BLE_MESH_LPN_ENABLED); in friend_clear_sent()
264 lpn_set_state(BLE_MESH_LPN_ENABLED); in clear_friendship()
438 lpn_set_state(BLE_MESH_LPN_ENABLED); in bt_mesh_lpn_set()
447 lpn_set_state(BLE_MESH_LPN_ENABLED); in bt_mesh_lpn_set()
769 lpn_set_state(BLE_MESH_LPN_ENABLED); in lpn_timeout()
774 case BLE_MESH_LPN_ENABLED: in lpn_timeout()
789 lpn_set_state(BLE_MESH_LPN_ENABLED); in lpn_timeout()
1072 if (lpn->state == BLE_MESH_LPN_ENABLED) { in bt_mesh_lpn_init()
Dnet.h148 BLE_MESH_LPN_ENABLED, /* LPN enabled, but no Friend */ enumerator