ESP-IDF
vendor_cmd_send_args
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vendor_cmd_send_args
vendor_cmd_send_args struct
Syntax
Show:
Summary
Declaration
from
btc_gap_ble.h:269
struct
vendor_cmd_send_args
{
uint16_t
opcode
;
uint8_t
param_len
;
uint8_t
*
p_param_buf
;
}
;
Fields
Field
Declared as
vendor_cmd_send_args::opcode
uint16_t
vendor_cmd_send_args::param_len
uint8_t
vendor_cmd_send_args::p_param_buf
uint8_t
*
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
vendor_cmd_send_args
{
btc_gap_ble.h:269
btc_ble_gap_args_t
btc_ble_gap_args_t::vendor_cmd_send
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
Instance
Scope
Location
Project
btc_ble_gap_args_t::vendor_cmd_send
btc_ble_gap_args_t
btc_gap_ble.h:269
Lifecycle
from
examples
All items filtered out
All items filtered out