Home
last modified time | relevance | path

Searched refs:OT_ERROR_NO_BUFS (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dsettings.c271 return OT_ERROR_NO_BUFS; in otPlatSettingsSet()
296 return OT_ERROR_NO_BUFS; in otPlatSettingsAdd()
Dradio.c1139 return OT_ERROR_NO_BUFS; in otPlatRadioAddSrcMatchShortEntry()
1158 return OT_ERROR_NO_BUFS; in otPlatRadioAddSrcMatchExtEntry()
1180 return OT_ERROR_NO_BUFS; in otPlatRadioClearSrcMatchShortEntry()
1199 return OT_ERROR_NO_BUFS; in otPlatRadioClearSrcMatchExtEntry()
Dble.c138 error = OT_ERROR_NO_BUFS; in ot_plat_ble_queue_msg()
Dcrypto_psa.c30 return OT_ERROR_NO_BUFS; in psaToOtError()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c870 otMessageAppend_fake.return_val = OT_ERROR_NO_BUFS; in ZTEST()