Searched refs:g_remoteSupportRequestList (Results 1 – 1 of 1) sorted by relevance
137 static List *g_remoteSupportRequestList = NULL; variable206 g_remoteSupportRequestList = ListCreate(MEM_MALLOC.free); in BtmAclAllocRes()254 if (g_remoteSupportRequestList != NULL) { in BtmAclFreeRes()255 ListDelete(g_remoteSupportRequestList); in BtmAclFreeRes()256 g_remoteSupportRequestList = NULL; in BtmAclFreeRes()313 ListClear(g_remoteSupportRequestList); in BtmStopAcl()1414 ListRemoveNode(g_remoteSupportRequestList, request); in BtmGetRemoteDeviceSupportRequests()2050 ListAddLast(g_remoteSupportRequestList, request); in BTM_IsRemoteDeviceSupportHostSecureSimplePairing()2087 ListAddLast(g_remoteSupportRequestList, request); in BTM_IsRemoteDeviceSupportConnectionParametersRequest()2123 ListAddLast(g_remoteSupportRequestList, request); in BTM_IsRemoteDeviceSupportEdrAcl2MbMode()[all …]