Home
last modified time | relevance | path

Searched refs:string_is_bdaddr (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c73 if (!string_is_bdaddr(name)) { in btc_in_fetch_bonded_devices()
189 if (string_is_bdaddr(name) && in btc_storage_get_num_bt_bond_devices()
227 if (string_is_bdaddr(name) && in btc_storage_get_bonded_bt_devices_list()
302 if (string_is_bdaddr(name) && btc_config_exist(name, BTC_STORAGE_LINK_KEY_TYPE_STR) && in btc_storage_load_bonded_hid_info()
432 if (string_is_bdaddr(name) && btc_config_exist(name, BTC_STORAGE_LINK_KEY_TYPE_STR) && in btc_storage_load_hidd()
Dbtc_ble_storage.c34 if (string_is_bdaddr(section) && in _btc_storage_save()
50 if (!string_is_bdaddr(section) || in _btc_storage_save()
67 if (!string_is_bdaddr(need_remove_section) || in _btc_storage_save()
818 if (!string_is_bdaddr(name) || in btc_storage_in_fetch_bonded_ble_devices()
870 if (!string_is_bdaddr(name) || in btc_storage_get_bonded_ble_devices_list()
915 if (!string_is_bdaddr(name) || in btc_storage_get_num_ble_bond_devices()
/hal_espressif-3.7.0/components/bt/host/bluedroid/device/include/device/
Dbdaddr.h53 bool string_is_bdaddr(const char *string);
/hal_espressif-3.7.0/components/bt/host/bluedroid/device/
Dbdaddr.c75 bool string_is_bdaddr(const char *string) in string_is_bdaddr() function