Searched refs:g_connectionHandleList (Results 1 – 1 of 1) sorted by relevance
81 static List *g_connectionHandleList = NULL; variable103 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()