Searched refs:L2capCreatePendingRequest (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_cmn.h | 177 void L2capCreatePendingRequest(
|
H A D | l2cap_core.c | 118 …L2capCreatePendingRequest(conn->pendingList, 0, &signal, L2CAP_DEFAULT_RTX, L2capResponseTimeoutCa… in L2capSendEchoReq() 153 …L2capCreatePendingRequest(conn->pendingList, chan->lcid, &signal, L2CAP_DEFAULT_RTX, L2capResponse… in L2capSendConnectionReq() 226 …L2capCreatePendingRequest(conn->pendingList, chan->lcid, &signal, L2CAP_DEFAULT_RTX, L2capResponse… in L2capSendConfigurationReq() 344 …L2capCreatePendingRequest(conn->pendingList, chan->lcid, &signal, L2CAP_DEFAULT_RTX, L2capResponse… in L2capSendDisconnectionReq() 381 …L2capCreatePendingRequest(conn->pendingList, 0, &signal, L2CAP_DEFAULT_RTX, L2capResponseTimeoutCa… in L2capSendInformationReq() 1502 …L2capCreatePendingRequest(conn->pendingList, chan->lcid, &signal, L2CAP_DEFAULT_RTX, L2capResponse… in L2capConfigurationReqContinuation() 1557 L2capCreatePendingRequest( in L2capProcessConfigurationRsp() 1669 L2capCreatePendingRequest( in L2capProcessConnectionRsp()
|
H A D | l2cap_le.c | 465 L2capCreatePendingRequest( in L2capSendCreditBasedConnectionReq() 505 L2capCreatePendingRequest( in L2capLeSendDisconnectionReq() 1748 …L2capCreatePendingRequest(conn->pendingList, 0, &signal, L2CAP_DEFAULT_RTX, L2capLeResponseTimeout… in L2CAP_LeConnectionParameterUpdateReq()
|
H A D | l2cap_cmn.c | 512 void L2capCreatePendingRequest( in L2capCreatePendingRequest() function
|