Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_utils.c109 BOOLEAN rfc_check_fcs (UINT16 len, UINT8 *p, UINT8 received_fcs) in rfc_check_fcs() argument
118 fcs = rfc_crctable[fcs ^ received_fcs]; in rfc_check_fcs()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h304 BOOLEAN rfc_check_uih_fcs (UINT8 dlci, UINT8 received_fcs);
305 BOOLEAN rfc_check_fcs (UINT16 len, UINT8 *p, UINT8 received_fcs);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h152 bool bt_mesh_fcs_check(struct net_buf_simple *buf, uint8_t received_fcs);
Dcrypto.c779 bool bt_mesh_fcs_check(struct net_buf_simple *buf, uint8_t received_fcs) in bt_mesh_fcs_check() argument
789 return crc_table[fcs ^ received_fcs] == 0xcf; in bt_mesh_fcs_check()