Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c81 static List *g_connectionHandleList = NULL; variable
103 ListNode *node = ListGetFirstNode(g_connectionHandleList); in HciFindConnectionHandleBlock()
162 g_connectionHandleList = ListCreate(HciFreeConnectionHandleBlock); in HciInitAcl()
225 if (g_connectionHandleList != NULL) { in HciCleanupAclHandle()
226 ListDelete(g_connectionHandleList); in HciCleanupAclHandle()
227 g_connectionHandleList = NULL; in HciCleanupAclHandle()
720 ListAddLast(g_connectionHandleList, block); in HciAclOnConnectionComplete()
827 ListRemoveNode(g_connectionHandleList, block); in HciAclOnDisconnect()