Home
last modified time | relevance | path

Searched refs:L2capSendPacket (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c119 return L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capSendEchoReq()
132 return L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capSendEchoRsp()
154 return L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capSendConnectionReq()
178 return L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capSendConnectionRsp()
227 return L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capSendConfigurationReq()
525 L2capSendPacket(conn->aclHandle, chan->lcfg.flushTimeout, spkt); in L2capSendSFrame()
873 L2capSendPacket(conn->aclHandle, chan->lcfg.flushTimeout, pkt); in L2capStreamTx()
1279 L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capConfigurationRspReject()
1304 L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capConfigurationRspUnknownOptions()
1323 L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capConfigurationRspContinuation()
[all …]
H A Dl2cap_cmn.h184 int L2capSendPacket(uint16_t handle, uint16_t flushTimeout, Packet *pkt);
H A Dl2cap_cmn.c509 return L2capSendPacket(handle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capSendCommandReject()
606 int L2capSendPacket(uint16_t handle, uint16_t flushTimeout, Packet *pkt) in L2capSendPacket() function
H A Dl2cap.c373 L2capSendPacket(conn->aclHandle, chan->lcfg.flushTimeout, tpkt); in L2CAP_SendData()