Home
last modified time | relevance | path

Searched refs:credit (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_int.h85 UINT8 credit; member
319 extern void rfc_inc_credit (tPORT *p_port, UINT8 credit);
341 extern void rfc_send_credit(tRFC_MCB *p_mcb, UINT8 dlci, UINT8 credit);
Drfc_utils.c414 void rfc_inc_credit (tPORT *p_port, UINT8 credit) in rfc_inc_credit() argument
418 p_port->credit_tx += credit; in rfc_inc_credit()
Drfc_l2cap_if.c377 if (rfc_cb.rfc.rx_frame.credit != 0) in RFCOMM_BufDataInd()
378 rfc_inc_credit (p_port, rfc_cb.rfc.rx_frame.credit); in RFCOMM_BufDataInd()
Drfc_ts_frames.c543 void rfc_send_credit(tRFC_MCB *p_mcb, UINT8 dlci, UINT8 credit) in rfc_send_credit() argument
558 *p_data++ = credit; in rfc_send_credit()
603 p_frame->credit = *p_data++; in rfc_parse_data()
608 p_frame->credit = 0; in rfc_parse_data()