Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c133 static List *g_aclConnList = NULL; variable
144 if (g_aclConnList == NULL) { in BtmEnableSnoopFilterAcl()
145 g_aclConnList = ListCreate(FreeListNodeData); in BtmEnableSnoopFilterAcl()
171 if (g_aclConnList != NULL) { in BtmDisableSnoopFilterAcl()
172 ListDelete(g_aclConnList); in BtmDisableSnoopFilterAcl()
173 g_aclConnList = NULL; in BtmDisableSnoopFilterAcl()
278 ListAddLast(g_aclConnList, info); in AddAclConnection()
286 AclConnInfo *info = ListForEachData(g_aclConnList, FindAclConnInfoByHandle, &handle); in RemoveAclConnection()
288 ListRemoveNode(g_aclConnList, info); in RemoveAclConnection()
294 AclConnInfo *info = ListForEachData(g_aclConnList, FindAclConnInfoByHandle, &handle); in SetAclPrevPktIsFiltered()
[all …]