Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dlpn.c104 case BT_MESH_LPN_WAIT_OFFER: in state2str()
336 lpn_set_state(BT_MESH_LPN_WAIT_OFFER); in friend_req_send_end()
638 if (lpn->state != BT_MESH_LPN_WAIT_OFFER) { in bt_mesh_lpn_friend_offer()
907 lpn_set_state(BT_MESH_LPN_WAIT_OFFER); in lpn_timeout()
910 case BT_MESH_LPN_WAIT_OFFER: in lpn_timeout()
Dnet.h110 BT_MESH_LPN_WAIT_OFFER, /* Friend Req sent */ enumerator