ESP-IDF
ble_hs_hci_util_set_data_addr_change()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_util_set_data_addr_change()
ble_hs_hci_util_set_data_addr_change() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_hci_priv.h:134
int
ble_hs_hci_util_set_data_addr_change
(
uint8_t
adv_handle
,
uint8_t
change_reason
)
;
Implemented in
ble_hs_hci_util.c:281
Arguments
Argument
adv_handle
change_reason
Examples
References
from
examples
Code
Location
Referrer
ble_hs_hci_util_set_data_addr_change
(
uint8_t
adv_handle
,
uint8_t
change_reason
)
ble_hs_hci_util.c:282
int
ble_hs_hci_util_set_data_addr_change
(
uint8_t
adv_handle
,
uint8_t
change_reason
)
;
ble_hs_hci_priv.h:134
return
ble_hs_hci_util_set_data_addr_change
(
adv_handle
,
change_reason
)
;
ble_gap.c:9239
ble_gap_set_data_related_addr_change_param()
Call Tree
from
examples
ble_hs_hci_util_set_data_addr_change()
is called by 1 function and calls 1 function:
ble_gap_set_data_related_addr_change_param()
All items filtered out
ble_hs_hci_util_set_data_addr_change()
ble_hs_hci_cmd_tx()
All items filtered out
Data Use
from
examples
ble_hs_hci_util_set_data_addr_change()
writes 2 variables:
All items filtered out
ble_hs_hci_util_set_data_addr_change()
ble_hci_le_set_data_addr_change_cp::adv_handle
ble_hci_le_set_data_addr_change_cp::change_reason
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