Searched defs:otPlatRadioEnergyScan (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 225 otError otPlatRadioEnergyScan(otInstance *, uint8_t, uint16_t) { return kErrorNotImplemented; } in otPlatRadioEnergyScan() function
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 421 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan() function
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 909 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan() function
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 449 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration) in otPlatRadioEnergyScan() function
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 413 otError otPlatRadioEnergyScan(otInstance *, uint8_t, uint16_t) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatRadioEnergyScan() function
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 191 OT_TOOL_WEAK otError otPlatRadioEnergyScan(otInstance *, uint8_t, uint16_t) { return OT_ERROR_NOT_I… in otPlatRadioEnergyScan() function
|