Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c54 static ReactorItem *g_hciRxReactorItem = NULL; variable
109 g_hciRxReactorItem = in HciInitQueue()
155 if (g_hciRxReactorItem != NULL) { in HciCloseQueue()
156 ReactorUnregister(g_hciRxReactorItem); in HciCloseQueue()
157 g_hciRxReactorItem = NULL; in HciCloseQueue()
293 if (g_hciRxReactorItem != NULL) { in HCI_Close()
294 ReactorUnregister(g_hciRxReactorItem); in HCI_Close()
295 g_hciRxReactorItem = NULL; in HCI_Close()

Completed in 2 milliseconds