Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c137 static List *g_remoteSupportRequestList = NULL; variable
206 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()
1402 ListNode *node = ListGetFirstNode(g_remoteSupportRequestList); in BtmGetRemoteDeviceSupportRequests()
1414 ListRemoveNode(g_remoteSupportRequestList, request); in BtmGetRemoteDeviceSupportRequests()
2050 ListAddLast(g_remoteSupportRequestList, request); in BTM_IsRemoteDeviceSupportHostSecureSimplePairing()
2087 ListAddLast(g_remoteSupportRequestList, reques in BTM_IsRemoteDeviceSupportConnectionParametersRequest()
[all...]

Completed in 4 milliseconds