Searched refs:SPINEL_PROP_CAPS (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/lib/spinel/ |
D | spinel_driver.cpp | 382 else if (key == SPINEL_PROP_CAPS) in HandleInitialFrame() 453 SuccessOrExit(error = SendCommand(SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_CAPS, sTid)); in GetCoprocessorCaps() 455 mWaitingKey = SPINEL_PROP_CAPS; in GetCoprocessorCaps()
|
D | spinel.h | 1426 SPINEL_PROP_CAPS = 5, enumerator
|
D | logger.cpp | 372 case SPINEL_PROP_CAPS: in LogSpinelFrame()
|
D | spinel.c | 1207 {SPINEL_PROP_CAPS, "CAPS"}, in spinel_prop_key_to_cstr()
|
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.cpp | 42 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_CAPS>(v… in HandleSpinelCommand() 48 return mRadioSpinel.Get(SPINEL_PROP_CAPS, SPINEL_DATATYPE_DATA_S, capsBuffer, &capsLength); in HandleSpinelCommand() 397 SPINEL_ENTRY(kCategoryBasic, SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_CAPS), 574 …SuccessOrExit(error = mRadioSpinel.Get(SPINEL_PROP_CAPS, SPINEL_DATATYPE_DATA_S, capsBuffer, &caps… in TestSpinelCapbilityFlags()
|
/openthread-latest/src/ncp/ |
D | ncp_base_dispatcher.cpp | 58 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_CAPS), in FindGetPropertyHandler()
|
D | ncp_base.cpp | 1995 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_CAPS>(void) in HandlePropertyGet()
|