ESP-IDF
esp_ble_vendor_cmd_params_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
esp_ble_vendor_cmd_params_t
esp_ble_vendor_cmd_params_t struct
Vendor HCI command parameters
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:378
typedef
struct
{
uint16_t
opcode
;
uint8_t
param_len
;
uint8_t
*
p_param_buf
;
}
esp_ble_vendor_cmd_params_t
;
Fields
Field
Declared as
Description
esp_ble_vendor_cmd_params_t::opcode
uint16_t
vendor hci command opcode.
esp_ble_vendor_cmd_params_t::param_len
uint8_t
the length of parameter.
esp_ble_vendor_cmd_params_t::p_param_buf
uint8_t
*
the point of parameter buffer.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_gap_ble_api.h:378
}
esp_ble_vendor_cmd_params_t
;
esp_gap_ble_api.h:382
esp_err_t
esp_ble_gap_vendor_command_send
(
esp_ble_vendor_cmd_params_t
*
vendor_cmd_param
)
esp_gap_ble_api.c:1733
esp_ble_gap_vendor_command_send()
esp_ble_gap_vendor_command_send()::vendor_cmd_param
}
esp_ble_vendor_cmd_params_t
;
esp_gap_ble_api.h:382
esp_ble_vendor_cmd_params_t
esp_err_t
esp_ble_gap_vendor_command_send
(
esp_ble_vendor_cmd_params_t
*
vendor_cmd_param
)
;
esp_gap_ble_api.h:2739
esp_ble_gap_vendor_command_send()
esp_ble_gap_vendor_command_send()::vendor_cmd_param
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
esp_ble_gap_vendor_command_send()::vendor_cmd_param
esp_ble_gap_vendor_command_send()
esp_gap_ble_api.h:2739
esp_ble_gap_vendor_command_send()::vendor_cmd_param
esp_ble_gap_vendor_command_send()
esp_gap_ble_api.c:1733
Lifecycle
from
examples
All items filtered out
All items filtered out