Searched refs:string_is_bdaddr (Results 1 – 4 of 4) sorted by relevance
73 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()
34 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()
53 bool string_is_bdaddr(const char *string);
75 bool string_is_bdaddr(const char *string) in string_is_bdaddr() function