Searched refs:nodeChan (Results 1 – 2 of 2) sorted by relevance
106 ListNode *nodeChan = NULL; in L2capGetConnection3() local112 nodeChan = ListGetFirstNode(conn->chanList); in L2capGetConnection3()113 while (nodeChan != NULL) { in L2capGetConnection3()114 if (ListGetNodeData(nodeChan) == chan) { in L2capGetConnection3()118 nodeChan = ListGetNextNode(nodeChan); in L2capGetConnection3()
510 ListNode *nodeChan = NULL; in L2CAP_DeregisterService() local527 nodeChan = ListGetFirstNode(conn->chanList); in L2CAP_DeregisterService()528 while (nodeChan != NULL) { in L2CAP_DeregisterService()529 chan = ListGetNodeData(nodeChan); in L2CAP_DeregisterService()535 nodeChan = ListGetNextNode(nodeChan); in L2CAP_DeregisterService()