Searched defs:lpn (Results 1 – 3 of 3) sorted by relevance
41 #define RX_DELAY_CORRECTION(lpn) ((lpn)->adv_duration) argument43 #define RX_DELAY_CORRECTION(lpn) 0 argument64 #define REQ_RETRY_DURATION(lpn) (LPN_RECV_DELAY + (lpn)->adv_duration + \ argument72 #define REQ_ATTEMPTS(lpn) MIN(REQ_ATTEMPTS_MAX, \ argument75 #define POLL_TIMEOUT_MAX(lpn) (POLL_TIMEOUT - \ argument118 static int32_t poll_timeout(struct bt_mesh_lpn *lpn) in poll_timeout()188 struct bt_mesh_lpn *lpn = &bt_mesh.lpn; in friend_clear_sent() local236 struct bt_mesh_lpn *lpn = &bt_mesh.lpn; in clear_friendship() local317 struct bt_mesh_lpn *lpn = &bt_mesh.lpn; in friend_req_send_end() local342 struct bt_mesh_lpn *lpn = &bt_mesh.lpn; in friend_req_send_start() local[all …]
59 uint16_t lpn; member223 struct bt_mesh_lpn lpn; /* Low Power Node state */ member
1642 static uint8_t lpn(const void *cmd, uint16_t cmd_len, in lpn() function