mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 02:19:52 +00:00
[ncp] Add SPINEL_CAP_ROLE_SLEEPY to SPINEL_PROP_CAPS list of capabilities. (#1950)
This commit is contained in:
committed by
Jonathan Hui
parent
ee84e1f83c
commit
acd9b2988a
@@ -2232,6 +2232,8 @@ otError NcpBase::GetPropertyHandler_CAPS(uint8_t aHeader, spinel_prop_key_t aKey
|
||||
SuccessOrExit(error = OutboundFrameFeedPacked(SPINEL_DATATYPE_UINT_PACKED_S, SPINEL_CAP_ROLE_ROUTER));
|
||||
#endif
|
||||
|
||||
SuccessOrExit(error = OutboundFrameFeedPacked(SPINEL_DATATYPE_UINT_PACKED_S, SPINEL_CAP_ROLE_SLEEPY));
|
||||
|
||||
#if OPENTHREAD_ENABLE_LEGACY
|
||||
SuccessOrExit(error = OutboundFrameFeedPacked(SPINEL_DATATYPE_UINT_PACKED_S, SPINEL_CAP_NEST_LEGACY_INTERFACE));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user