ESP-IDF
ble_gap_wl_tx_clear()
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
ble_gap_wl_tx_clear()
ble_gap_wl_tx_clear() function
Clears all addresses from controller's white list.
Syntax
Show:
Summary
Declaration
Definition
from
ble_esp_gap.h:104
int
ble_gap_wl_tx_clear
(
void
)
;
Implemented in
ble_gap.c:3096
Return value
0 on success; nonzero on failure.
Examples
References
from
examples
Code
Location
Referrer
ble_gap_wl_tx_clear
(
void
)
ble_gap.c:3097
int
ble_gap_wl_tx_clear
(
void
)
;
ble_esp_gap.h:104
rc
=
ble_gap_wl_tx_clear
(
)
;
ble_gap.c:3180
ble_gap_wl_set()
Call Tree
from
examples
ble_gap_wl_tx_clear()
is called by 1 function and calls 1 function:
ble_gap_wl_set()
All items filtered out
ble_gap_wl_tx_clear()
ble_hs_hci_cmd_tx()
All items filtered out
Data Use
from
examples
All items filtered out
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