Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c375 LeRandomAddressBlock *GapGetLeRandomAddressBlock(void) in GapGetLeRandomAddressBlock() function
1334 if (GapGetLeRandomAddressBlock()->generationInfo.processing) { in GapGenerateRPAResult()
1335 callback = GapGetLeRandomAddressBlock()->generationInfo.callback; in GapGenerateRPAResult()
1336 context = GapGetLeRandomAddressBlock()->generationInfo.context; in GapGenerateRPAResult()
1338 GapGetLeRandomAddressBlock()->generationInfo.processing = false; in GapGenerateRPAResult()
1339 GapGetLeRandomAddressBlock()->generationInfo.callback = NULL; in GapGenerateRPAResult()
1340 GapGetLeRandomAddressBlock()->generationInfo.context = NULL; in GapGenerateRPAResult()
1365 if (GapGetLeRandomAddressBlock()->generationInfo.processing == false) { in GAP_LeGenResPriAddrAsync()
1366 GapGetLeRandomAddressBlock()->generationInfo.callback = callback; in GAP_LeGenResPriAddrAsync()
1367 GapGetLeRandomAddressBlock()->generationInfo.context = context; in GAP_LeGenResPriAddrAsync()
[all …]
H A Dgap_le_scan.c251 ListRemoveNode(GapGetLeRandomAddressBlock()->reportRPAResolveList, data); in GapDoCallbackRPAAdvertisingReport()
258 ListNode *node = ListGetFirstNode(GapGetLeRandomAddressBlock()->reportRPAResolveList); in GapRPAResolveProcess()
290 ListNode *node = ListGetFirstNode(GapGetLeRandomAddressBlock()->reportRPAResolveList); in GapResolveRPAResult()
411 ListAddLast(GapGetLeRandomAddressBlock()->reportRPAResolveList, info); in GapOnLeAdvertisingReportEventProcessOnce()
519 ListAddLast(GapGetLeRandomAddressBlock()->reportRPAResolveList, info); in GapOnLeExtendedAdvertisingReportEventProcessOnce()
567 ListAddLast(GapGetLeRandomAddressBlock()->reportRPAResolveList, info); in GapOnLeDirectedAdvertisingReportProcessOnce()
H A Dgap_internal.h140 LeRandomAddressBlock *GapGetLeRandomAddressBlock(void);