Home
last modified time | relevance | path

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

/ohos5.0/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()
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 …]