ESP-IDF
tBT_CONN_STATS
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
tBT_CONN_STATS
tBT_CONN_STATS struct
Syntax
Show:
Summary
Declaration
from
bt_types.h:467
typedef
struct
{
UINT32
is_connected
;
INT32
rssi
;
UINT32
bytes_sent
;
UINT32
bytes_rcvd
;
UINT32
duration
;
}
tBT_CONN_STATS
;
Fields
Field
Declared as
tBT_CONN_STATS::is_connected
UINT32
tBT_CONN_STATS::rssi
INT32
tBT_CONN_STATS::bytes_sent
UINT32
tBT_CONN_STATS::bytes_rcvd
UINT32
tBT_CONN_STATS::duration
UINT32
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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