Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dmac_links.hpp473 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl()
Dsub_mac.cpp1147 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
/external/openthread/src/core/radio/
Dradio.hpp969 inline Error Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *a… in EnableCsl()
1077 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl()
/external/openthread/examples/platforms/simulation/
Dradio.c1203 otShortAddress aShortAddr, in otPlatRadioEnableCsl()