ESP-IDF
esp_ble_vendor_cmd_params_t::opcode
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::opcode
esp_ble_vendor_cmd_params_t::opcode field
vendor hci command opcode
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:379
uint16_t
opcode
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
opcode
;
/*!< vendor hci command opcode */
esp_gap_ble_api.h:379
if
(
(
vendor_cmd_param
->
opcode
&
VENDOR_HCI_CMD_MASK
)
!=
VENDOR_HCI_CMD_MASK
)
{
esp_gap_ble_api.c:1746
esp_ble_gap_vendor_command_send()
arg
.
vendor_cmd_send
.
opcode
=
vendor_cmd_param
->
opcode
;
esp_gap_ble_api.c:1753
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::opcode
is read by 1 function:
All items filtered out
esp_ble_vendor_cmd_params_t::opcode
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