Home
last modified time | relevance | path

Searched defs:newCredits (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel.c915 uint8_t newCredits = channel->localCreditMax - channel->localCredit; in RfcommSetFlcToPeer() local
H A Drfcomm_channel_fsm.c974 uint8_t newCredits = 0; in RfcommWriteData() local
H A Drfcomm_frames.c567 int RfcommSendUihData(const RfcommSessionInfo *session, uint8_t dlci, uint8_t newCredits, Packet *p… in RfcommSendUihData()