Searched refs:LinkRawEnergyScanDone (Results 1 – 3 of 3) sorted by relevance
213 void NcpBase::LinkRawEnergyScanDone(otInstance *aInstance, int8_t aEnergyScanMaxRssi) in LinkRawEnergyScanDone() function in ot::Ncp::NcpBase215 sNcpInstance->LinkRawEnergyScanDone(GetNcpBaseIid(aInstance), aEnergyScanMaxRssi); in LinkRawEnergyScanDone()218 void NcpBase::LinkRawEnergyScanDone(uint8_t aIid, int8_t aEnergyScanMaxRssi) in LinkRawEnergyScanDone() function in ot::Ncp::NcpBase
432 static void LinkRawEnergyScanDone(otInstance *aInstance, int8_t aEnergyScanMaxRssi);433 void LinkRawEnergyScanDone(uint8_t aIid, int8_t aEnergyScanMaxRssi);
1862 error = otLinkRawEnergyScan(mInstance, scanChannel, mScanPeriod, LinkRawEnergyScanDone); in HandlePropertySet()