Home
last modified time | relevance | path

Searched refs:L2capSendPacketNoFree (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h185 int L2capSendPacketNoFree(uint16_t handle, uint16_t flushTimeout, Packet *pkt);
H A Dl2cap_cmn.c610 result = L2capSendPacketNoFree(handle, flushTimeout, pkt); in L2capSendPacket()
615 int L2capSendPacketNoFree(uint16_t handle, uint16_t flushTimeout, Packet *pkt) in L2capSendPacketNoFree() function
H A Dl2cap_core.c620 L2capSendPacketNoFree(conn->aclHandle, chan->lcfg.flushTimeout, tx->pkt); in L2capErfcTxOneFrame()
787 L2capSendPacketNoFree(conn->aclHandle, chan->lcfg.flushTimeout, tx->pkt); in L2capErfcDoTx()