Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c247 Event *taskCompleteEvent = (Event *)context; in WaitRxTaskCompleteTask() local
248 if (taskCompleteEvent != NULL) { in WaitRxTaskCompleteTask()
249 EventSet(taskCompleteEvent); in WaitRxTaskCompleteTask()
257 Event *taskCompleteEvent = EventCreate(true); in WaitRxTaskComplete() local
258 if (taskCompleteEvent != NULL) { in WaitRxTaskComplete()
259 ThreadPostTask(BTM_GetProcessingThread(), WaitRxTaskCompleteTask, taskCompleteEvent); in WaitRxTaskComplete() local
260 EventWait(taskCompleteEvent, taskTimeout); in WaitRxTaskComplete()
261 EventDelete(taskCompleteEvent); in WaitRxTaskComplete()

Completed in 2 milliseconds