ESP-IDF
otActiveScanResult::mRssi
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otActiveScanResult::mRssi
otActiveScanResult::mRssi field
Syntax
Show:
Summary
Declaration
from
link.h:328
int8_t
mRssi
;
Examples
References
from
examples
Code
Location
Scope
Referrer
int8_t
mRssi
;
///< RSSI (dBm)
link.h:328
OutputFormat
(
"| %3d "
,
aResult
->
mRssi
)
;
cli.cpp:6546
ot::Cli::Interpreter
ot::Cli::Interpreter::HandleActiveScanResult()
result
.
mRssi
=
aRxInfo
.
mMessage
.
GetAverageRss
(
)
;
discover_scanner.cpp:322
ot::Mle::DiscoverScanner
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
aResult
.
mRssi
=
aBeaconFrame
->
GetRssi
(
)
;
mac.cpp:245
ot::Mac::Mac
ot::Mac::Mac::ConvertBeaconToActiveScanResult()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otActiveScanResult::mRssi
is written by 2 functions and is read by 1 function:
ot::Mac::Mac::ConvertBeaconToActiveScanResult()
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
All items filtered out
otActiveScanResult::mRssi
ot::Cli::Interpreter::HandleActiveScanResult()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out