Searched refs:bt_mesh_fcs_check (Results 1 – 4 of 4) sorted by relevance
152 bool bt_mesh_fcs_check(struct net_buf_simple *buf, uint8_t received_fcs);
779 bool bt_mesh_fcs_check(struct net_buf_simple *buf, uint8_t received_fcs) in bt_mesh_fcs_check() function
1438 if (!bt_mesh_fcs_check(link.rx.buf, link.rx.fcs)) { in prov_msg_recv()
2870 if (!bt_mesh_fcs_check(link[idx].rx.buf, link[idx].rx.fcs)) {