Home
last modified time | relevance | path

Searched refs:L2capAsynchronousProcess (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le_if.c68 L2capAsynchronousProcess(L2cifLeRegisterService, L2capFree, ctx); in L2CIF_LeRegisterService()
106 L2capAsynchronousProcess(L2cifLeDeregisterService, L2capFree, ctx); in L2CIF_LeDeregisterService()
155 L2capAsynchronousProcess(L2cifLeCreditBasedConnectionReq, L2capFree, ctx); in L2CIF_LeCreditBasedConnectionReq()
203 L2capAsynchronousProcess(L2cifLeCreditBasedConnectionRsp, L2capFree, ctx); in L2CIF_LeCreditBasedConnectionRsp()
241 L2capAsynchronousProcess(L2cifLeDisconnectionReq, L2capFree, ctx); in L2CIF_LeDisconnectionReq()
281 L2capAsynchronousProcess(L2cifLeDisconnectionRsp, L2capFree, ctx); in L2CIF_LeDisconnectionRsp()
378 L2capAsynchronousProcess(L2cifLeRegisterFixChannel, L2capFree, ctx); in L2CIF_LeRegisterFixChannel()
416 L2capAsynchronousProcess(L2cifLeDeregisterFixChannel, L2capFree, ctx); in L2CIF_LeDeregisterFixChannel()
463 L2capAsynchronousProcess(L2cifLeConnect, L2capFree, ctx); in L2CIF_LeConnect()
497 L2capAsynchronousProcess(L2cifLeConnectCancel, L2capFree, ctx); in L2CIF_LeConnectCancel()
[all …]
H A Dl2cap_if.c71 L2capAsynchronousProcess(L2cifRegisterService, L2capFree, ctx); in L2CIF_RegisterService()
109 L2capAsynchronousProcess(L2cifDeregisterService, L2capFree, ctx); in L2CIF_DeregisterService()
158 L2capAsynchronousProcess(L2cifConnectReq, L2capFree, ctx); in L2CIF_ConnectReq()
203 L2capAsynchronousProcess(L2cifConnectRsp, L2capFree, ctx); in L2CIF_ConnectRsp()
246 L2capAsynchronousProcess(L2cifConfigReq, L2capFree, ctx); in L2CIF_ConfigReq()
294 L2capAsynchronousProcess(L2cifConfigRsp, L2capFree, ctx); in L2CIF_ConfigRsp()
332 L2capAsynchronousProcess(L2cifDisconnectionReq, L2capFree, ctx); in L2CIF_DisconnectionReq()
372 L2capAsynchronousProcess(L2cifDisconnectionRsp, L2capFree, ctx); in L2CIF_DisconnectionRsp()
412 L2capAsynchronousProcess(L2cifLocalBusy, L2capFree, ctx); in L2CIF_LocalBusy()
503 L2capAsynchronousProcess(L2cifRegisterEcho, L2capFree, ctx); in L2CIF_RegisterEcho()
[all …]
H A Dl2cap_cmn.c230L2capAsynchronousProcess(L2capAclDataReceivedCallbackProcess, L2capAclDataReceivedContextDestroy, … in L2capAclDataReceivedCallback()
300 L2capAsynchronousProcess(L2capAclDisconnectedCallbackProcess, L2capFree, ctx); in L2capAclDisconnectedCallback()
343 L2capAsynchronousProcess(L2capBdrAclConnectedCallbackProcess, L2capFree, ctx); in L2capBdrAclConnectedCallback()
392 L2capAsynchronousProcess(L2capLeAclConnectedCallbackProcess, L2capFree, ctx); in L2capLeAclConnectedCallback()
434 int L2capAsynchronousProcess(void (*task)(const void *context), void (*destroy)(void *context), voi… in L2capAsynchronousProcess() function
H A Dl2cap_cmn.h172 int L2capAsynchronousProcess(void (*task)(const void *context), void (*destroy)(void *context), voi…
H A Dl2cap_inst.c356 L2capAsynchronousProcess(L2capDisconnectTimeout, NULL, parameter); in L2capDisconnectTimeoutCallback()
H A Dl2cap_core.c103 L2capAsynchronousProcess(L2capResponseTimeout, NULL, parameter); in L2capResponseTimeoutCallback()
695 L2capAsynchronousProcess(L2capErfcMonitorTimeout, NULL, parameter); in L2capErfcMonitorTimeoutCallback()
743 L2capAsynchronousProcess(L2capErfcRetransmissionTimeout, NULL, parameter); in L2capErfcRetransmissionTimeoutCallback()
H A Dl2cap_le.c443 L2capAsynchronousProcess(L2capLeResponseTimeout, NULL, parameter); in L2capLeResponseTimeoutCallback()