Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_adv.c110 LeExAdvInfo *info = ListForEachData(GapGetLeExAdvBlock()->exAdvInfoList, GapFindExAdvInfoByAdvHandle, &advHandle); in GapLeSetAdvertisingSetRandomAddress()
118 ListAddLast(GapGetLeExAdvBlock()->exAdvInfoList, info); in GapLeSetAdvertisingSetRandomAddress()
348 ListClear(GapGetLeExAdvBlock()->exAdvInfoList); in GapLeClearAdvertisingSets()
384 LeExAdvInfo *info = ListForEachData(GapGetLeExAdvBlock()->exAdvInfoList, in GapOnLeAdvertisingSetTerminated()
H A Dgap_def.h337 List *exAdvInfoList; member
H A Dgap.c79 g_gapMng.le.exAdvBlock.exAdvInfoList = ListCreate(GapFreeListNode); in GapInitializeTask()
199 ListClear(g_gapMng.le.exAdvBlock.exAdvInfoList); in GapDisableTask()
229 ListDelete(g_gapMng.le.exAdvBlock.exAdvInfoList); in GapFinalizeTask()

Completed in 5 milliseconds