HomeSort by relevance Sort by last modified time
    Searched refs:RFCOMM_UIH_FCS (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_int.h 265 #define RFCOMM_UIH_FCS(p_data, dlci) rfc_uih_fcs[dlci]
275 #define RFCOMM_UIH_FCS(p_data, dlci) rfc_calc_fcs(2, p_data)
rfc_ts_frames.c 210 *p_data = RFCOMM_UIH_FCS ((UINT8 *)(p_buf + 1) + p_buf->offset, dlci);
555 *p_data = RFCOMM_UIH_FCS ((UINT8 *)(p_buf + 1) + p_buf->offset, dlci);

Completed in 55 milliseconds