Home
last modified time | relevance | path

Searched refs:btc_config_has_section (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_config.h21 bool btc_config_has_section(const char *section);
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_config.c105 bool btc_config_has_section(const char *section) in btc_config_has_section() function
Dbtc_storage.c43 …orage_get_num_all_bond_devices() >= BTM_SEC_MAX_DEVICE_RECORDS && !btc_config_has_section(bdstr)) { in btc_storage_add_bonded_device()