Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c86 case BLE_MESH_LPN_WAIT_OFFER: in state2str()
294 lpn_set_state(BLE_MESH_LPN_WAIT_OFFER); in friend_req_sent()
519 if (lpn->state != BLE_MESH_LPN_WAIT_OFFER) { in bt_mesh_lpn_friend_offer()
781 lpn_set_state(BLE_MESH_LPN_WAIT_OFFER); in lpn_timeout()
783 case BLE_MESH_LPN_WAIT_OFFER: in lpn_timeout()
Dnet.h151 BLE_MESH_LPN_WAIT_OFFER, /* Friend Req sent */ enumerator