Home
last modified time | relevance | path

Searched refs:EventWait (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c316 if (EventWait(g_waitSetupController, WAIT_CMD_TIMEOUT) == 0) { in BtmHciReset()
336 if (EventWait(g_waitSetupController, WAIT_CMD_TIMEOUT) == 0) { in BtmReadBufferSize()
367 if (EventWait(g_waitSetupController, WAIT_CMD_TIMEOUT) == 0) { in BtmHostBufferSize()
392 if (EventWait(g_waitSetupController, WAIT_CMD_TIMEOUT) == 0) { in BtmReadLocalVersionInformation()
411 if (EventWait(g_waitSetupController, WAIT_CMD_TIMEOUT) == 0) { in BtmReadBdAddr()
430 if (EventWait(g_waitSetupController, WAIT_CMD_TIMEOUT) == 0) { in BtmReadLocalSupportedCommands()
449 if (EventWait(g_waitSetupController, WAIT_CMD_TIMEOUT) == 0) { in BtmReadLocalSupportedFeatures()
516 if (EventWait(g_waitSetupController, WAIT_CMD_TIMEOUT) == 0) { in BtmSetEventMask()
535 if (EventWait(g_waitSetupController, WAIT_CMD_TIMEOUT) == 0) { in BtmReadLocalSupportedCodecs()
558 if (EventWait(g_waitSetupController, WAIT_CMD_TIMEOUT) == 0) { in BtmWriteLeHostSupport()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c251 EventWait(ctx->event, WAIT_TIME); in SdpStartup()
286 EventWait(ctx, WAIT_TIME); in SdpShutdown()
328 EventWait(ctx->event, WAIT_TIME); in SDP_CreateServiceRecord()
367 EventWait(ctx->event, WAIT_TIME); in SDP_DestroyServiceRecord()
409 EventWait(ctx->event, WAIT_TIME); in SDP_RegisterServiceRecord()
449 EventWait(ctx->event, WAIT_TIME); in SDP_DeregisterServiceRecord()
493 EventWait(ctx->event, WAIT_TIME); in SDP_AddServiceClassIdList()
534 EventWait(ctx->event, WAIT_TIME); in SDP_AddServiceRecordState()
575 EventWait(ctx->event, WAIT_TIME); in SDP_AddServiceId()
617 EventWait(ctx->event, WAIT_TIME); in SDP_AddProtocolDescriptorList()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_api.c47 EventWait(event, WAIT_TIME); in AVDT_Register()
112 EventWait(event, WAIT_TIME); in AVDT_CreateStream()
191 EventWait(event, WAIT_TIME); in AVDT_RegisterLocalSEP()
264 EventWait(event, WAIT_TIME); in AVDT_DiscoverReq()
367 EventWait(event, WAIT_TIME); in AVDT_GetCapReq()
441 EventWait(event, WAIT_TIME); in AVDT_GetCapRsp()
508 EventWait(event, WAIT_TIME); in AVDT_GetAllCapReq()
582 EventWait(event, WAIT_TIME); in AVDT_GetAllCapRsp()
643 EventWait(event, WAIT_TIME); in AVDT_DelayReq()
712 EventWait(event, WAIT_TIME); in AVDT_DelayRsp()
[all …]
H A Davdtp.c48 EventWait(event, WAIT_TIME); in AVDT_Startup()
71 EventWait(event, WAIT_TIME); in AVDT_Shutdown()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_api.c56 EventWait(event, WAIT_TIME); in AVCT_Register()
106 EventWait(event, WAIT_TIME); in AVCT_Deregister()
165 EventWait(event, WAIT_TIME); in AVCT_ConnectReq()
228 EventWait(event, WAIT_TIME); in AVCT_DisconnectReq()
283 EventWait(event, WAIT_TIME); in AVCT_SendMsgReq()
376 EventWait(event, WAIT_TIME); in AVCT_BrConnectReq()
430 EventWait(event, WAIT_TIME); in AVCT_BrDisconnectReq()
484 EventWait(event, WAIT_TIME); in AVCT_BrSendMsgReq()
H A Davctp.c86 EventWait(event, WAIT_TIME); in AVCT_Startup()
111 EventWait(event, WAIT_TIME); in AVCT_Shutdown()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_api.c62 EventWait(ctx, WAIT_TIME); in RFCOMM_Startup()
102 EventWait(ctx, WAIT_TIME); in RFCOMM_Shutdown()
159 EventWait(ctx->event, WAIT_TIME); in RFCOMM_AssignServerNum()
269 EventWait(ctx->event, WAIT_TIME); in RFCOMM_ConnectChannel()
345 EventWait(ctx->event, WAIT_TIME); in RFCOMM_RegisterServer()
552 EventWait(ctx->event, WAIT_TIME); in RFCOMM_DeregisterServer()
816 EventWait(ctx->event, WAIT_TIME); in RFCOMM_GetPortState()
900 EventWait(ctx->event, WAIT_TIME); in RFCOMM_Write()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Devent.h76 int32_t EventWait(Event *event, int64_t ms);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_task_common.c65 ret = EventWait(info->event, WAIT_TIME); in GapRunTaskBlockProcess()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Devent.c97 int32_t EventWait(Event *event, int64_t ms) in EventWait() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c232 EventWait(taskCompleteEvent, taskTimeout); in WaitRxTaskComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c146 EventWait(ctx, SMP_INIT_WAIT_TIME); in SMP_Startup()
183 EventWait(ctx, SMP_INIT_WAIT_TIME); in SMP_Shutdown()