Home
last modified time | relevance | path

Searched refs:bt_mesh_fcs_check (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto.h127 bool bt_mesh_fcs_check(struct net_buf_simple *buf, uint8_t received_fcs);
Dcrypto.c559 bool bt_mesh_fcs_check(struct net_buf_simple *buf, uint8_t received_fcs) in bt_mesh_fcs_check() function
Dpb_adv.c417 if (!bt_mesh_fcs_check(link.rx.buf, link.rx.fcs)) { in prov_msg_recv()