Searched refs:btif_config_get_uint64 (Results 1 – 3 of 3) sorted by relevance
49 bool btif_config_get_uint64(const std::string& section, const std::string& key,
1567 if (btif_config_get_uint64(name, HEARING_AID_SYNC_ID, &lvalue)) in btif_storage_load_bonded_hearing_aids()1654 if (btif_config_get_uint64(addrstr, HEARING_AID_SYNC_ID, &lvalue)) { in btif_storage_get_hearing_aid_prop()
428 bool btif_config_get_uint64(const std::string& section, const std::string& key, in btif_config_get_uint64() function