Home
last modified time | relevance | path

Searched refs:credits (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_ts_frames.c180 UINT8 credits; in rfc_send_buf_uih() local
188 credits = (UINT8)p_buf->layer_specific; in rfc_send_buf_uih()
190 credits = 0; in rfc_send_buf_uih()
193 if (credits) { in rfc_send_buf_uih()
201 *p_data++ = RFCOMM_UIH | ((credits) ? RFCOMM_PF : 0); in rfc_send_buf_uih()
211 if (credits) { in rfc_send_buf_uih()
212 *p_data++ = credits; in rfc_send_buf_uih()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c805 UINT16 credits; in l2cble_process_sig_cmd() local
810 STREAM_TO_UINT16(credits, p); in l2cble_process_sig_cmd()
838 p_ccb->local_conn_cfg.credits = credits; in l2cble_process_sig_cmd()
841 p_ccb->peer_conn_cfg.credits = credits; in l2cble_process_sig_cmd()
Dl2c_main.c316 if((p_ccb->peer_conn_cfg.credits + credit) > L2CAP_LE_MAX_CREDIT) { in l2c_rcv_acl_data()
324 p_ccb->peer_conn_cfg.credits += credit; in l2c_rcv_acl_data()
Dl2c_utils.c3046 initial_credit = p_ccb->local_conn_cfg.credits; in l2cu_send_peer_ble_credit_based_conn_req()
3124 UINT16_TO_STREAM (p, p_ccb->local_conn_cfg.credits); /* initial credit */ in l2cu_send_peer_ble_credit_based_conn_res()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h178 UINT16 credits; member
/hal_espressif-latest/components/newlib/
DCOPYING.NEWLIB510 credits must appear in the documentation.
514 ever read sources, credits must appear in the documentation.