Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h259 extern UINT8 rfc_calc_fcs (UINT16 len, UINT8 *p);
261 #define RFCOMM_SABME_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data)
262 #define RFCOMM_UA_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data)
263 #define RFCOMM_DM_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data)
264 #define RFCOMM_DISC_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data)
265 #define RFCOMM_UIH_FCS(p_data, dlci) rfc_calc_fcs(2, p_data)
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_utils.c84 UINT8 rfc_calc_fcs (UINT16 len, UINT8 *p) in rfc_calc_fcs() function