Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c467 return L2capLeSendPacket(conn->aclHandle, pkt); in L2capSendCreditBasedConnectionReq()
488 return L2capLeSendPacket(conn->aclHandle, pkt); in L2capSendCreditBasedConnectionRsp()
507 return L2capLeSendPacket(conn->aclHandle, pkt); in L2capLeSendDisconnectionReq()
524 return L2capLeSendPacket(conn->aclHandle, pkt); in L2capLeSendDisconnectionRsp()
541 return L2capLeSendPacket(conn->aclHandle, pkt); in L2capLeSendFlowControlCredit()
562 L2capLeSendPacket(conn->aclHandle, pkt); in L2capLeTxWithCredit()
1651 L2capLeSendPacket(aclHandle, tpkt); in L2CAP_LeSendFixChannelData()
1749 return L2capLeSendPacket(aclHandle, pkt); in L2CAP_LeConnectionParameterUpdateReq()
1778 return L2capLeSendPacket(aclHandle, pkt); in L2CAP_LeConnectionParameterUpdateRsp()
H A Dl2cap_cmn.h186 int L2capLeSendPacket(uint16_t handle, Packet *pkt);
H A Dl2cap_cmn.c632 int L2capLeSendPacket(uint16_t handle, Packet *pkt) in L2capLeSendPacket() function