Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c154 static Queue *g_leWhiteListPendingActionQueue; variable
221 g_leWhiteListPendingActionQueue = QueueCreate(UINT16_MAX); in BtmAclAllocRes()
282 if (g_leWhiteListPendingActionQueue != NULL) { in BtmAclFreeRes()
283 QueueDelete(g_leWhiteListPendingActionQueue, MEM_MALLOC.free); in BtmAclFreeRes()
284 g_leWhiteListPendingActionQueue = NULL; in BtmAclFreeRes()
765 BtmWhiteListPendingAction *action = QueueTryDequeue(g_leWhiteListPendingActionQueue); in BtmUpdateWhiteList()
776 action = QueueTryDequeue(g_leWhiteListPendingActionQueue); in BtmUpdateWhiteList()
788 QueueEnqueue(g_leWhiteListPendingActionQueue, action); in BtmLeCreateConnection()
2009 QueueEnqueue(g_leWhiteListPendingActionQueue, action); in BTM_LeCancelConnect()

Completed in 4 milliseconds