Searched refs:RfcommSendUihData (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_channel.c | 848 RfcommSendUihData(session, channel->dlci, newCredit, pkt); in RfcommSendCachePkt() 861 RfcommSendUihData(session, channel->dlci, 0, pkt); in RfcommSendCachePkt() 893 RfcommSendUihData(channel->session, channel->dlci, credits, NULL); in RfcommSendCredits()
|
H A D | rfcomm_defs.h | 624 int RfcommSendUihData(const RfcommSessionInfo *session, uint8_t dlci, uint8_t newCredits, Packet *pkt);
|
H A D | rfcomm_channel_fsm.c | 1006 int ret = RfcommSendUihData(session, channel->dlci, newCredits, (Packet *)data); in RfcommWriteData()
|
H A D | rfcomm_frames.c | 567 int RfcommSendUihData(const RfcommSessionInfo *session, uint8_t dlci, uint8_t newCredits, Packet *pkt) in RfcommSendUihData() function
|
Completed in 7 milliseconds