Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_pm.c60 static List *g_connectionModeList = NULL; variable
98 ListNode *node = ListGetFirstNode(g_connectionModeList); in BtmFindConnectionModeByConnectionHandle()
118 g_connectionModeList = ListCreate(BtmFreeConnectionMode); in BtmInitPm()
132 if (g_connectionModeList != NULL) { in BtmClosePm()
133 ListDelete(g_connectionModeList); in BtmClosePm()
134 g_connectionModeList = NULL; in BtmClosePm()
156 ListClear(g_connectionModeList); in BtmStopPm()
275 ListAddLast(g_connectionModeList, connectionMode); in BtmUpdateConnectionMode()
327 ListRemoveNode(g_connectionModeList, connectionMode); in BtmPmOnDisconnectComplete()

Completed in 1 milliseconds