Searched refs:L2capSendPacketNoFree (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_cmn.h | 185 int L2capSendPacketNoFree(uint16_t handle, uint16_t flushTimeout, Packet *pkt);
|
H A D | l2cap_cmn.c | 610 result = L2capSendPacketNoFree(handle, flushTimeout, pkt); in L2capSendPacket() 615 int L2capSendPacketNoFree(uint16_t handle, uint16_t flushTimeout, Packet *pkt) in L2capSendPacketNoFree() function
|
H A D | l2cap_core.c | 620 L2capSendPacketNoFree(conn->aclHandle, chan->lcfg.flushTimeout, tx->pkt); in L2capErfcTxOneFrame() 787 L2capSendPacketNoFree(conn->aclHandle, chan->lcfg.flushTimeout, tx->pkt); in L2capErfcDoTx()
|