ESP-IDF
ble_hs_hci_get_hci_version()
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
ble_hs_hci_get_hci_version()
ble_hs_hci_get_hci_version() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_hci_priv.h:98
uint8_t
ble_hs_hci_get_hci_version
(
void
)
;
Implemented in
ble_hs_hci.c:912
Examples
References
from
examples
Code
Location
Referrer
ble_hs_hci_get_hci_version
(
void
)
ble_hs_hci.c:913
uint8_t
ble_hs_hci_get_hci_version
(
void
)
;
ble_hs_hci_priv.h:98
if
(
ble_hs_hci_get_hci_version
(
)
>=
BLE_HCI_VER_BCS_5_0
)
{
adv_legacy.c:232
bt_mesh_adv_init()
version
=
ble_hs_hci_get_hci_version
(
)
;
ble_hs_startup.c:206
ble_hs_startup_le_set_evmask_tx()
version
=
ble_hs_hci_get_hci_version
(
)
;
ble_hs_startup.c:362
ble_hs_startup_set_evmask_tx()
if
(
ble_hs_hci_get_hci_version
(
)
<
BLE_HCI_VER_BCS_4_0
)
{
ble_hs_startup.c:433
ble_hs_startup_go()
Call Tree
from
examples
ble_hs_hci_get_hci_version()
is called by 4 functions:
ble_hs_startup_le_set_evmask_tx()
ble_hs_startup_set_evmask_tx()
ble_hs_startup_go()
bt_mesh_adv_init()
All items filtered out
ble_hs_hci_get_hci_version()
All items filtered out
Data Use
from
examples
ble_hs_hci_get_hci_version()
reads 1 variable:
ble_hs_hci_version
All items filtered out
ble_hs_hci_get_hci_version()
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