Searched refs:nodeConnection (Results 1 – 1 of 1) sorted by relevance
1499 ListNode *nodeConnection = NULL; in L2CAP_LeDeregisterService() local1512 nodeConnection = ListGetFirstNode(inst->connList); in L2CAP_LeDeregisterService()1513 while (nodeConnection != NULL) { in L2CAP_LeDeregisterService()1517 conn = ListGetNodeData(nodeConnection); in L2CAP_LeDeregisterService()1529 nodeConnection = ListGetNextNode(nodeConnection); in L2CAP_LeDeregisterService()