Home
last modified time | relevance | path

Searched refs:received_fcs (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/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() argument
569 return crc_table[fcs ^ received_fcs] == 0xcf; in bt_mesh_fcs_check()