Home
last modified time | relevance | path

Searched defs:aScanChannel (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dlink_raw.cpp216 Error LinkRaw::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration, otLinkRawEnergyScanDone aCa… in EnergyScan()
H A Dmac_links.hpp607 Error EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
H A Dsub_mac.cpp661 Error SubMac::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
/aosp_15_r20/external/openthread/src/core/api/
H A Dlink_raw_api.cpp108 uint8_t aScanChannel, in otLinkRawEnergyScan()
/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp1000 inline Error Radio::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp414 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dradio.c1006 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dradio.cpp442 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp1248 otError RadioSpinel::EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration) in EnergyScan()