Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c421 } else if (GapAddrIsStaticAddress(&addr) || GapAddrIsPublicAddress(&addr)) { in GapOnLeAdvertisingReportEventProcessOnce()
529 } else if (GapAddrIsStaticAddress(&addr) || GapAddrIsPublicAddress(&addr)) { in GapOnLeExtendedAdvertisingReportEventProcessOnce()
577 } else if (GapAddrIsStaticAddress(&addr) || GapAddrIsPublicAddress(&addr)) { in GapOnLeDirectedAdvertisingReportProcessOnce()
H A Dgap_internal.h145 bool GapAddrIsStaticAddress(const BtAddr *addr);
H A Dgap.c1257 bool GapAddrIsStaticAddress(const BtAddr *addr) in GapAddrIsStaticAddress() function