Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h251 #define RFCOMM_SABME_FCS(p_data, cr, dlci) rfc_sabme_fcs[cr][dlci] macro
261 #define RFCOMM_SABME_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_ts_frames.c62 *p_data = RFCOMM_SABME_FCS ((UINT8 *)(p_buf + 1) + L2CAP_MIN_OFFSET, cr, dlci); in rfc_send_sabme()