Lines Matching full:range
30 uint16_t primary, range; in handle_status() local
39 range = net_buf_simple_pull_le16(buf); in handle_status()
40 primary = range >> 1; in handle_status()
45 if (range & BIT(0)) { in handle_status()
57 LOG_DBG("SRPL clear status received: range start: %u, range len: %u", in handle_status()
83 uint16_t range; in sol_pdu_rpl_clear_pdu_create() local
85 range = range_start << 1 | (range_len >= 2 ? 1U : 0); in sol_pdu_rpl_clear_pdu_create()
86 net_buf_simple_add_le16(msg, range); in sol_pdu_rpl_clear_pdu_create()
108 LOG_ERR("Invalid range length"); in bt_mesh_sol_pdu_rpl_clear()
113 LOG_ERR("Range outside unicast address range"); in bt_mesh_sol_pdu_rpl_clear()
132 LOG_ERR("Invalid range length"); in bt_mesh_sol_pdu_rpl_clear_unack()
137 LOG_ERR("Range outside unicast address range"); in bt_mesh_sol_pdu_rpl_clear_unack()