Home
last modified time | relevance | path

Searched refs:g_connectList (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c62 static List *g_connectList = NULL; variable
108 g_connectList = ListCreate((void (*)(void *))SdpFreeConnectInfo); in SdpCreateConnectList()
113 if (g_connectList != NULL) { in SdpDestroyConnectList()
114 ListDelete(g_connectList); in SdpDestroyConnectList()
115 g_connectList = NULL; in SdpDestroyConnectList()
167 ListRemoveNode(g_connectList, ctx); in SdpConnectTimeoutTask()
196 if (g_connectList == NULL) { in SdpFindConnectByCid()
199 node = ListGetFirstNode(g_connectList); in SdpFindConnectByCid()
216 if (g_connectList == NULL) { in SdpFindConnectByAddress()
219 node = ListGetFirstNode(g_connectList); in SdpFindConnectByAddress()
[all...]

Completed in 2 milliseconds