Searched refs:credits (Results 1 – 6 of 6) sorted by relevance
180 UINT8 credits; in rfc_send_buf_uih() local188 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()
805 UINT16 credits; in l2cble_process_sig_cmd() local810 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()
316 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()
3046 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()
178 UINT16 credits; member
510 credits must appear in the documentation.514 ever read sources, credits must appear in the documentation.