Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_ts_frames.c59 *p_data++ = RFCOMM_SABME | RFCOMM_PF; in rfc_send_sabme()
92 *p_data++ = RFCOMM_UA | RFCOMM_PF; in rfc_send_ua()
125 *p_data++ = RFCOMM_DM | ((pf) ? RFCOMM_PF : 0); in rfc_send_dm()
158 *p_data++ = RFCOMM_DISC | RFCOMM_PF; in rfc_send_disc()
201 *p_data++ = RFCOMM_UIH | ((credits) ? RFCOMM_PF : 0); in rfc_send_buf_uih()
613 *p_data++ = RFCOMM_UIH | RFCOMM_PF; in rfc_send_credit()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Drfcdefs.h57 #define RFCOMM_PF 0x10 macro