Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_int.h260 #define RFCOMM_UIH_FCS(p_data, dlci) rfc_uih_fcs[dlci] macro
270 #define RFCOMM_UIH_FCS(p_data, dlci) rfc_calc_fcs(2, p_data) macro
Drfc_ts_frames.cc186 *p_data = RFCOMM_UIH_FCS((uint8_t*)(p_buf + 1) + p_buf->offset, dlci); in rfc_send_buf_uih()
488 *p_data = RFCOMM_UIH_FCS((uint8_t*)(p_buf + 1) + p_buf->offset, dlci); in rfc_send_credit()