/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_controller.c | 316 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 D | sdp.c | 251 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 D | avdtp_api.c | 47 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 D | avdtp.c | 48 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 D | avctp_api.c | 56 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 D | avctp.c | 86 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 D | rfcomm_api.c | 62 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 D | event.h | 76 int32_t EventWait(Event *event, int64_t ms);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_task_common.c | 65 ret = EventWait(info->event, WAIT_TIME); in GapRunTaskBlockProcess()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
H A D | event.c | 97 int32_t EventWait(Event *event, int64_t ms) in EventWait() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci.c | 232 EventWait(taskCompleteEvent, taskTimeout); in WaitRxTaskComplete()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp.c | 146 EventWait(ctx, SMP_INIT_WAIT_TIME); in SMP_Startup() 183 EventWait(ctx, SMP_INIT_WAIT_TIME); in SMP_Shutdown()
|