ESP-IDF
ble_hs_hci_cmd_send_buf()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_hs_hci_cmd_send_buf()
ble_hs_hci_cmd_send_buf() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_hci_priv.h:121
int
ble_hs_hci_cmd_send_buf
(
uint16_t
opcode
,
const
void
*
buf
,
uint8_t
buf_len
)
;
Implemented in
ble_hs_hci_cmd.c:115
Arguments
Argument
opcode
buf
buf_len
Examples
References
from
examples
Code
Location
Referrer
ble_hs_hci_cmd_send_buf
(
uint16_t
opcode
,
const
void
*
buf
,
uint8_t
buf_len
)
ble_hs_hci_cmd.c:116
int
ble_hs_hci_cmd_send_buf
(
uint16_t
opcode
,
const
void
*
buf
,
uint8_t
buf_len
)
;
ble_hs_hci_priv.h:121
rc
=
ble_hs_hci_cmd_send_buf
(
opcode
,
cmd
,
cmd_len
)
;
ble_hs_hci.c:533
ble_hs_hci_cmd_tx_no_rsp()
rc
=
ble_hs_hci_cmd_send_buf
(
opcode
,
cmd
,
cmd_len
)
;
ble_hs_hci.c:550
ble_hs_hci_cmd_tx()
Call Tree
from
examples
ble_hs_hci_cmd_send_buf()
is called by 2 functions and calls 2 functions:
ble_hs_hci_cmd_tx_no_rsp()
ble_hs_hci_cmd_tx()
All items filtered out
ble_hs_hci_cmd_send_buf()
ble_hs_is_parent_task()
ble_hs_hci_cmd_send()
All items filtered out
Data Use
from
examples
ble_hs_hci_cmd_send_buf()
reads 1 variable:
ble_hs_sync_state
All items filtered out
ble_hs_hci_cmd_send_buf()
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