Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c53 static ReactorItem *g_hciTxReactorItem = NULL; variable
100 g_hciTxReactorItem = in HciInitQueue()
150 if (g_hciTxReactorItem != NULL) { in HciCloseQueue()
151 ReactorUnregister(g_hciTxReactorItem); in HciCloseQueue()
152 g_hciTxReactorItem = NULL; in HciCloseQueue()
277 if (g_hciTxReactorItem != NULL) { in HCI_Close()
278 ReactorUnregister(g_hciTxReactorItem); in HCI_Close()
279 g_hciTxReactorItem = NULL; in HCI_Close()

Completed in 1 milliseconds