Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_int.h190 #define RFCOMM_UIH_FCS(p_data, dlci) rfc_uih_fcs[dlci] macro
200 #define RFCOMM_UIH_FCS(p_data, dlci) rfc_calc_fcs(2, p_data) macro
Drfc_ts_frames.cc199 *p_data = RFCOMM_UIH_FCS((uint8_t*)(p_buf + 1) + p_buf->offset, dlci); in rfc_send_buf_uih()
504 *p_data = RFCOMM_UIH_FCS((uint8_t*)(p_buf + 1) + p_buf->offset, dlci); in rfc_send_credit()