ble_spp_server sample
spp_receive_data_node
is only used within ble_spp_server sample.
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
ble_spp_server sample
spp_receive_data_node
spp_receive_data_node struct
Syntax
Show:
Summary
Declaration
from
ble_spp_server_demo.c:98
typedef
struct
spp_receive_data_node
{
int32_t
len
;
uint8_t
*
node_buff
;
struct
spp_receive_data_node
*
next_node
;
}
spp_receive_data_node_t
;
Fields
Field
Declared as
spp_receive_data_node::len
int32_t
spp_receive_data_node::node_buff
uint8_t
*
spp_receive_data_node::next_node
struct
spp_receive_data_node
*
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