Searched refs:bt_mesh_fcs_check (Results 1 – 4 of 4) sorted by relevance
141 bool bt_mesh_fcs_check(struct net_buf_simple *buf, u8_t received_fcs);
786 bool bt_mesh_fcs_check(struct net_buf_simple *buf, u8_t received_fcs) in bt_mesh_fcs_check() function
1433 if (!bt_mesh_fcs_check(plink.rx.buf, plink.rx.fcs)) { in prov_msg_recv()
2880 if (!bt_mesh_fcs_check(link[i].rx.buf, link[i].rx.fcs)) { in prov_msg_recv()
Completed in 14 milliseconds