OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RFCOMM_SABME_FCS
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
rfc_int.h
261
#define
RFCOMM_SABME_FCS
(p_data, cr, dlci) rfc_sabme_fcs[cr][dlci]
271
#define
RFCOMM_SABME_FCS
(p_data, cr, dlci) rfc_calc_fcs(3, p_data)
rfc_ts_frames.c
56
*p_data =
RFCOMM_SABME_FCS
((UINT8 *)(p_buf + 1) + L2CAP_MIN_OFFSET, cr, dlci);
Completed in 34 milliseconds