Home
last modified time | relevance | path

Searched refs:L2CAP_NONE_FLUSH_PACKET (Results 1 - 4 of 4) sorted by relevance

/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()
323 return L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capSendConfigurationRsp()
345 return L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capSendDisconnectionReq()
363 return L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capSendDisconnectionRsp()
382 return L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capSendInformationReq()
415 return L2capSendPacket(conn->aclHandle, L2CAP_NONE_FLUSH_PACKET, pk in L2capSendInformationRsp()
[all...]
H A Dl2cap_cmn.h91 #define L2CAP_NONE_FLUSH_PACKET 0xFFFF macro
H A Dl2cap_cmn.c509 return L2capSendPacket(handle, L2CAP_NONE_FLUSH_PACKET, pkt); in L2capSendCommandReject()
620 if (flushTimeout == L2CAP_NONE_FLUSH_PACKET) { in L2capSendPacketNoFree()
H A Dl2cap_inst.c208 cfg->flushTimeout = L2CAP_NONE_FLUSH_PACKET; in L2capSetDefaultConfigOptions()

Completed in 6 milliseconds