Searched defs:lpn (Results 1 – 2 of 2) sorted by relevance
43 #define REQ_RETRY_DURATION(lpn) (4 * (LPN_RECV_DELAY + (lpn)->adv_duration + \ argument47 #define POLL_TIMEOUT_MAX(lpn) ((CONFIG_BLE_MESH_LPN_POLL_TIMEOUT * 100) - \ argument54 #define REQ_ATTEMPTS(lpn) (POLL_TIMEOUT_MAX(lpn) < K_SECONDS(3) ? 2 : 6) argument153 struct bt_mesh_lpn *lpn = &bt_mesh.lpn; in friend_clear_sent() local208 struct bt_mesh_lpn *lpn = &bt_mesh.lpn; in clear_friendship() local275 struct bt_mesh_lpn *lpn = &bt_mesh.lpn; in friend_req_sent() local302 static int send_friend_req(struct bt_mesh_lpn *lpn) in send_friend_req()334 struct bt_mesh_lpn *lpn = &bt_mesh.lpn; in req_sent() local389 struct bt_mesh_lpn *lpn = &bt_mesh.lpn; in send_friend_poll() local424 struct bt_mesh_lpn *lpn = &bt_mesh.lpn; in bt_mesh_lpn_set() local[all …]
93 uint16_t lpn; member248 struct bt_mesh_lpn lpn; /* Low Power Node state */ member