Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h255 #define RFCOMM_UIH_FCS(p_data, dlci) rfc_uih_fcs[dlci] macro
265 #define RFCOMM_UIH_FCS(p_data, dlci) rfc_calc_fcs(2, p_data) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_ts_frames.c218 *p_data = RFCOMM_UIH_FCS ((UINT8 *)(p_buf + 1) + p_buf->offset, dlci); in rfc_send_buf_uih()
616 *p_data = RFCOMM_UIH_FCS ((UINT8 *)(p_buf + 1) + p_buf->offset, dlci); in rfc_send_credit()