Lines Matching refs:pf
49 /* SABME frame, command, PF = 1, dlci */
77 /* ua frame, response, PF = 1, dlci */
96 void rfc_send_dm(tRFC_MCB* p_mcb, uint8_t dlci, bool pf) {
104 /* DM frame, response, PF = 1, dlci */
106 *p_data++ = RFCOMM_DM | ((pf) ? RFCOMM_PF : 0);
131 /* DISC frame, command, PF = 1, dlci */
167 /* UIH frame, command, PF = 0, dlci */
518 RFCOMM_PARSE_TYPE_FIELD(p_frame->type, p_frame->pf, p_data);
526 (p_frame->dlci != RFCOMM_MX_DLCI) && (p_frame->pf == 1)) {
547 !p_frame->pf || len || !RFCOMM_VALID_DLCI(p_frame->dlci) ||
556 !p_frame->pf || len || !RFCOMM_VALID_DLCI(p_frame->dlci) ||
574 !p_frame->pf || len || !RFCOMM_VALID_DLCI(p_frame->dlci) ||