ESP-IDF
ble_hs_hci_cmd_tx_no_rsp()
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_tx_no_rsp()
ble_hs_hci_cmd_tx_no_rsp() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_hci_priv.h:89
int
ble_hs_hci_cmd_tx_no_rsp
(
uint16_t
opcode
,
const
void
*
cmd
,
uint8_t
cmd_len
)
;
Implemented in
ble_hs_hci.c:526
Arguments
Argument
Declared as
opcode
uint16_t
cmd
const
void
*
cmd_len
uint8_t
Examples
References
from
examples
Code
Location
Referrer
ble_hs_hci_cmd_tx_no_rsp
(
uint16_t
opcode
,
const
void
*
cmd
,
uint8_t
cmd_len
)
ble_hs_hci.c:527
int
ble_hs_hci_cmd_tx_no_rsp
(
uint16_t
opcode
,
const
void
*
cmd
,
uint8_t
cmd_len
)
;
ble_hs_hci_priv.h:89
rc
=
ble_hs_hci_cmd_tx_no_rsp
(
ble_hs_flow.c:94
ble_hs_flow_tx_num_comp_pkts()
return
ble_hs_hci_cmd_tx_no_rsp
(
opcode
,
&
cmd
,
sizeof
(
cmd
)
)
;
ble_hs_hci_util.c:308
ble_hs_hci_dtm_tx_start()
return
ble_hs_hci_cmd_tx_no_rsp
(
opcode
,
&
cmd
,
sizeof
(
cmd
)
)
;
ble_hs_hci_util.c:321
ble_hs_hci_dtm_rx_start()
return
ble_hs_hci_cmd_tx_no_rsp
(
BLE_HCI_OP
(
BLE_HCI_OGF_LE
,
BLE_HCI_OCF_LE_TEST_END
)
,
ble_hs_hci_util.c:327
ble_hs_hci_dtm_stop()
return
ble_hs_hci_cmd_tx_no_rsp
(
opcode
,
&
cmd
,
sizeof
(
cmd
)
)
;
ble_hs_hci_util.c:345
ble_hs_hci_dtm_enh_tx_start()
return
ble_hs_hci_cmd_tx_no_rsp
(
opcode
,
&
cmd
,
sizeof
(
cmd
)
)
;
ble_hs_hci_util.c:361
ble_hs_hci_dtm_enh_rx_start()
Call Tree
from
examples
ble_hs_hci_cmd_tx_no_rsp()
is called by 6 functions and calls 3 functions:
ble_hs_flow_tx_num_comp_pkts()
ble_hs_hci_dtm_tx_start()
ble_hs_hci_dtm_rx_start()
ble_hs_hci_dtm_stop()
ble_hs_hci_dtm_enh_tx_start()
ble_hs_hci_dtm_enh_rx_start()
All items filtered out
ble_hs_hci_cmd_tx_no_rsp()
ble_hs_hci_cmd_send_buf()
ble_hs_hci_lock()
ble_hs_hci_unlock()
All items filtered out
Data Use
from
examples
ble_hs_hci_cmd_tx_no_rsp()
:
All items filtered out
ble_hs_hci_cmd_tx_no_rsp()
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