Home
last modified time | relevance | path

Searched defs:aShortAddr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp977 inline Error Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *a… in EnableCsl()
1085 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl()
/aosp_15_r20/external/openthread/src/core/mac/
H A Dsub_mac_csl_receiver.cpp113 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
H A Dmac_links.hpp474 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dradio.c1204 otShortAddress aShortAddr, in otPlatRadioEnableCsl()