ESP-IDF
esp_ble_vendor_cmd_params_t::param_len
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
esp_ble_vendor_cmd_params_t::param_len
esp_ble_vendor_cmd_params_t::param_len field
the length of parameter
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:380
uint8_t
param_len
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
param_len
;
/*!< the length of parameter */
esp_gap_ble_api.h:380
if
(
!
vendor_cmd_param
||
!
vendor_cmd_param
->
p_param_buf
||
!
vendor_cmd_param
->
param_len
)
{
esp_gap_ble_api.c:1742
esp_ble_gap_vendor_command_send()
arg
.
vendor_cmd_send
.
param_len
=
vendor_cmd_param
->
param_len
;
esp_gap_ble_api.c:1754
esp_ble_gap_vendor_command_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_ble_vendor_cmd_params_t::param_len
is read by 1 function:
All items filtered out
esp_ble_vendor_cmd_params_t::param_len
esp_ble_gap_vendor_command_send()
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