Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_radio.cpp213 void NcpBase::LinkRawEnergyScanDone(otInstance *aInstance, int8_t aEnergyScanMaxRssi) in LinkRawEnergyScanDone() function in ot::Ncp::NcpBase
215 sNcpInstance->LinkRawEnergyScanDone(GetNcpBaseIid(aInstance), aEnergyScanMaxRssi); in LinkRawEnergyScanDone()
218 void NcpBase::LinkRawEnergyScanDone(uint8_t aIid, int8_t aEnergyScanMaxRssi) in LinkRawEnergyScanDone() function in ot::Ncp::NcpBase
Dncp_base.hpp432 static void LinkRawEnergyScanDone(otInstance *aInstance, int8_t aEnergyScanMaxRssi);
433 void LinkRawEnergyScanDone(uint8_t aIid, int8_t aEnergyScanMaxRssi);
Dncp_base.cpp1862 error = otLinkRawEnergyScan(mInstance, scanChannel, mScanPeriod, LinkRawEnergyScanDone); in HandlePropertySet()