ESP-IDF
btc_config_remove()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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
btc_config_remove()
btc_config_remove() function
Syntax
Show:
Summary
Declaration
Definition
from
btc_config.h:29
bool
btc_config_remove
(
const
char
*
section
,
const
char
*
key
)
;
Implemented in
btc_config.c:297
Arguments
Argument
section
key
Examples
References
from
examples
Code
Location
Referrer
bool
btc_config_remove
(
const
char
*
section
,
const
char
*
key
)
btc_config.c:297
bool
btc_config_remove
(
const
char
*
section
,
const
char
*
key
)
;
btc_config.h:29
ret
|=
btc_config_remove
(
name
,
BTC_BLE_STORAGE_ADDR_TYPE_STR
)
;
btc_ble_storage.c:212
_btc_storage_remove_all_ble_keys()
ret
|=
btc_config_remove
(
name
,
BTC_BLE_STORAGE_LE_KEY_PENC_STR
)
;
btc_ble_storage.c:215
_btc_storage_remove_all_ble_keys()
ret
|=
btc_config_remove
(
name
,
BTC_BLE_STORAGE_LE_KEY_PID_STR
)
;
btc_ble_storage.c:218
_btc_storage_remove_all_ble_keys()
ret
|=
btc_config_remove
(
name
,
BTC_BLE_STORAGE_LE_KEY_PCSRK_STR
)
;
btc_ble_storage.c:221
_btc_storage_remove_all_ble_keys()
ret
|=
btc_config_remove
(
name
,
BTC_BLE_STORAGE_LE_KEY_LENC_STR
)
;
btc_ble_storage.c:224
_btc_storage_remove_all_ble_keys()
ret
|=
btc_config_remove
(
name
,
BTC_BLE_STORAGE_LE_KEY_LCSRK_STR
)
;
btc_ble_storage.c:227
_btc_storage_remove_all_ble_keys()
ret
|=
btc_config_remove
(
name
,
BTC_BLE_STORAGE_LE_KEY_LID_STR
)
;
btc_ble_storage.c:230
_btc_storage_remove_all_ble_keys()
ret
&=
btc_config_remove
(
BTC_BLE_STORAGE_LOCAL_ADAPTER_STR
,
BTC_BLE_STORAGE_LE_LOCAL_KEY_IR_STR
)
;
btc_ble_storage.c:519
_btc_storage_remove_ble_local_keys()
ret
&=
btc_config_remove
(
BTC_BLE_STORAGE_LOCAL_ADAPTER_STR
,
BTC_BLE_STORAGE_LE_LOCAL_KEY_IRK_STR
)
;
btc_ble_storage.c:522
_btc_storage_remove_ble_local_keys()
ret
&=
btc_config_remove
(
BTC_BLE_STORAGE_LOCAL_ADAPTER_STR
,
BTC_BLE_STORAGE_LE_LOCAL_KEY_DHK_STR
)
;
btc_ble_storage.c:525
_btc_storage_remove_ble_local_keys()
ret
&=
btc_config_remove
(
BTC_BLE_STORAGE_LOCAL_ADAPTER_STR
,
BTC_BLE_STORAGE_LE_LOCAL_KEY_ER_STR
)
;
btc_ble_storage.c:528
_btc_storage_remove_ble_local_keys()
ret
=
btc_config_remove
(
bdstr
,
BTC_BLE_STORAGE_DEV_TYPE_STR
)
;
btc_ble_storage.c:670
_btc_storage_remove_ble_dev_type()
ret
=
btc_config_remove
(
bdstr
,
BTC_BLE_STORAGE_LE_AUTH_MODE_STR
)
;
btc_ble_storage.c:758
_btc_storage_remove_ble_dev_auth_mode()
ret
=
btc_config_remove
(
bdstr
,
BTC_BLE_STORAGE_ADDR_TYPE_STR
)
;
btc_ble_storage.c:824
_btc_storage_remove_remote_addr_type()
ret
=
btc_config_remove
(
bdstr
,
BTC_BLE_STORAGE_GATT_CL_SUPP_FEAT_STR
)
;
btc_ble_storage.c:1087
btc_storage_remove_gatt_cl_supp_feat()
ret
=
btc_config_remove
(
bdstr
,
BTC_BLE_STORAGE_GATT_DB_HASH_STR
)
;
btc_ble_storage.c:1102
btc_storage_remove_gatt_db_hash()
ret
&=
btc_config_remove
(
bdstr
,
BTC_STORAGE_LINK_KEY_TYPE_STR
)
;
btc_storage.c:250
btc_storage_remove_bonded_device()
ret
&=
btc_config_remove
(
bdstr
,
BTC_STORAGE_PIN_LENGTH_STR
)
;
btc_storage.c:253
btc_storage_remove_bonded_device()
ret
&=
btc_config_remove
(
bdstr
,
BTC_STORAGE_LINK_KEY_STR
)
;
btc_storage.c:256
btc_storage_remove_bonded_device()
ret
&=
btc_config_remove
(
bdstr
,
BTC_STORAGE_SC_SUPPORT
)
;
btc_storage.c:259
btc_storage_remove_bonded_device()
ret
&=
btc_config_remove
(
bdstr
,
"HidAttrMask"
)
;
btc_storage.c:474
btc_storage_remove_hid_info()
ret
&=
btc_config_remove
(
bdstr
,
"HidSubClass"
)
;
btc_storage.c:477
btc_storage_remove_hid_info()
ret
&=
btc_config_remove
(
bdstr
,
"HidAppId"
)
;
btc_storage.c:480
btc_storage_remove_hid_info()
ret
&=
btc_config_remove
(
bdstr
,
"HidVendorId"
)
;
btc_storage.c:483
btc_storage_remove_hid_info()
ret
&=
btc_config_remove
(
bdstr
,
"HidProductId"
)
;
btc_storage.c:486
btc_storage_remove_hid_info()
ret
&=
btc_config_remove
(
bdstr
,
"HidVersion"
)
;
btc_storage.c:489
btc_storage_remove_hid_info()
ret
&=
btc_config_remove
(
bdstr
,
"HidCountryCode"
)
;
btc_storage.c:492
btc_storage_remove_hid_info()
ret
&=
btc_config_remove
(
bdstr
,
"HidSSRMaxLatency"
)
;
btc_storage.c:495
btc_storage_remove_hid_info()
ret
&=
btc_config_remove
(
bdstr
,
"HidSSRMinTimeout"
)
;
btc_storage.c:498
btc_storage_remove_hid_info()
ret
&=
btc_config_remove
(
bdstr
,
"HidDescriptor"
)
;
btc_storage.c:501
btc_storage_remove_hid_info()
ret
=
btc_config_remove
(
bdstr
,
"HidDeviceCabled"
)
;
btc_storage.c:580
btc_storage_remove_hidd()
Call Tree
from
examples
btc_config_remove()
is called by 10 functions and calls 2 functions:
_btc_storage_remove_all_ble_keys()
_btc_storage_remove_ble_local_keys()
_btc_storage_remove_ble_dev_type()
_btc_storage_remove_ble_dev_auth_mode()
_btc_storage_remove_remote_addr_type()
btc_storage_remove_gatt_cl_supp_feat()
btc_storage_remove_gatt_db_hash()
btc_storage_remove_bonded_device()
btc_storage_remove_hid_info()
btc_storage_remove_hidd()
All items filtered out
btc_config_remove()
__assert_func()
config_remove_key()
All items filtered out
Data Use
from
examples
btc_config_remove()
reads 1 variable:
config
All items filtered out
btc_config_remove()
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