Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.c106 ListNode *nodeChan = NULL; in L2capGetConnection3() local
112 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()
H A Dl2cap.c510 ListNode *nodeChan = NULL; in L2CAP_DeregisterService() local
527 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()