Searched refs:string_is_bdaddr (Results 1 – 4 of 4) sorted by relevance
140 if (!string_is_bdaddr(name)) { in btc_in_fetch_bonded_devices()163 if (!string_is_bdaddr(remove_section)) { in btc_in_fetch_bonded_devices()285 if (string_is_bdaddr(name) && in btc_storage_get_num_bt_bond_devices()323 if (string_is_bdaddr(name) && in btc_storage_get_bonded_bt_devices_list()398 if (string_is_bdaddr(name) && btc_config_exist(name, BTC_STORAGE_LINK_KEY_TYPE_STR) && in btc_storage_load_bonded_hid_info()528 if (string_is_bdaddr(name) && btc_config_exist(name, BTC_STORAGE_LINK_KEY_TYPE_STR) && in btc_storage_load_hidd()597 if (string_is_bdaddr(name)) { in btc_storage_get_num_all_bond_devices()
34 if (string_is_bdaddr(section) && in _btc_storage_save()50 if (!string_is_bdaddr(section)) { in _btc_storage_save()65 if (!string_is_bdaddr(need_remove_section)) { in _btc_storage_save()253 if (string_is_bdaddr(section) && in btc_storage_remove_unused_sections()267 if (!string_is_bdaddr(section) || in btc_storage_remove_unused_sections()319 if (!string_is_bdaddr(name) || in btc_storage_delete_duplicate_ble_devices()334 …if (!string_is_bdaddr(temp_name) || !btc_config_get_int(temp_name, BTC_BLE_STORAGE_DEV_TYPE_STR, (… in btc_storage_delete_duplicate_ble_devices()970 if (!string_is_bdaddr(name) || in btc_storage_get_bonded_ble_devices_list()1023 if (!string_is_bdaddr(name) || in btc_storage_get_num_ble_bond_devices()
53 bool string_is_bdaddr(const char *string);
75 bool string_is_bdaddr(const char *string) in string_is_bdaddr() function