Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c1499 ListNode *nodeConnection = NULL; in L2CAP_LeDeregisterService() local
1512 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()