Searched refs:bt_mesh_fcs_check (Results 1 – 3 of 3) sorted by relevance
127 bool bt_mesh_fcs_check(struct net_buf_simple *buf, uint8_t received_fcs);
559 bool bt_mesh_fcs_check(struct net_buf_simple *buf, uint8_t received_fcs) in bt_mesh_fcs_check() function
417 if (!bt_mesh_fcs_check(link.rx.buf, link.rx.fcs)) { in prov_msg_recv()