Home
last modified time | relevance | path

Searched refs:SPINEL_PROP_PHY_RSSI (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp182 … <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PHY_RSSI>(void) in HandleSpinelCommand()
186 return mRadioSpinel.Get(SPINEL_PROP_PHY_RSSI, SPINEL_DATATYPE_INT8_S, &rssi); in HandleSpinelCommand()
419 SPINEL_ENTRY(kCategoryThread1_1, SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PHY_RSSI),
/openthread-latest/src/lib/spinel/
Dlogger.cpp179 case SPINEL_PROP_PHY_RSSI: in LogSpinelFrame()
202 case SPINEL_PROP_PHY_RSSI: in LogSpinelFrame()
Dspinel.h1708 SPINEL_PROP_PHY_RSSI = SPINEL_PROP_PHY__BEGIN + 6, ///< dBm [c] enumerator
Dspinel.c1232 {SPINEL_PROP_PHY_RSSI, "PHY_RSSI"}, in spinel_prop_key_to_cstr()
Dradio_spinel.cpp1152 otError error = Get(SPINEL_PROP_PHY_RSSI, SPINEL_DATATYPE_INT8_S, &rssi); in GetRssi()
/openthread-latest/src/ncp/
Dncp_base_dispatcher.cpp71 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_PHY_RSSI), in FindGetPropertyHandler()
Dncp_base.cpp2388 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_RSSI>(void) in HandlePropertyGet()