Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c219 Event *taskCompleteEvent = (Event *)context; in WaitRxTaskCompleteTask() local
220 if (taskCompleteEvent != NULL) { in WaitRxTaskCompleteTask()
221 EventSet(taskCompleteEvent); in WaitRxTaskCompleteTask()
229 Event *taskCompleteEvent = EventCreate(true); in WaitRxTaskComplete() local
230 if (taskCompleteEvent != NULL) { in WaitRxTaskComplete()
231 ThreadPostTask(BTM_GetProcessingThread(), WaitRxTaskCompleteTask, taskCompleteEvent); in WaitRxTaskComplete()
232 EventWait(taskCompleteEvent, taskTimeout); in WaitRxTaskComplete()
233 EventDelete(taskCompleteEvent); in WaitRxTaskComplete()