Searched refs:pf (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/include/ |
D | rfcdefs.h | 80 #define RFCOMM_PARSE_TYPE_FIELD(type, pf, p_data) \ argument 83 pf = (*p_data++ & RFCOMM_PF_MASK) >> RFCOMM_PF_OFFSET;\ 86 #define RFCOMM_FORMAT_TYPE_FIELD(p_data, type, pf) \ argument 87 *p_data++ = (type | (pf << RFCOMM_PF_OFFSET)) \ 90 pf = (*p_data++ & RFCOMM_PF_MASK) >> RFCOMM_PF_OFFSET;\
|
/system/bt/stack/avrc/ |
D | avrc_int.h | 91 #define AVRC_CTRL_PKT_LEN(pf, pk) {pf = (UINT8 *)((pk) + 1) + (pk)->offset + 2;} argument
|
/system/bt/stack/rfcomm/ |
D | rfc_ts_frames.c | 106 void rfc_send_dm (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN pf) in rfc_send_dm() argument 120 *p_data++ = RFCOMM_DM | ((pf) ? RFCOMM_PF : 0); in rfc_send_dm() 593 RFCOMM_PARSE_TYPE_FIELD (p_frame->type, p_frame->pf, p_data); in rfc_parse_data() 601 (p_frame->dlci != RFCOMM_MX_DLCI) && (p_frame->pf == 1)) in rfc_parse_data() 626 || !p_frame->pf || len || !RFCOMM_VALID_DLCI (p_frame->dlci) in rfc_parse_data() 637 || !p_frame->pf || len || !RFCOMM_VALID_DLCI (p_frame->dlci) in rfc_parse_data() 659 || !p_frame->pf || len || !RFCOMM_VALID_DLCI(p_frame->dlci) in rfc_parse_data()
|
D | rfc_int.h | 84 UINT8 pf; member 328 extern void rfc_send_dm (tRFC_MCB *p_rfc_mcb, UINT8 dlci, BOOLEAN pf);
|
D | rfc_l2cap_if.c | 352 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, rfc_cb.rfc.rx_frame.pf); in RFCOMM_BufDataInd()
|