Lines Matching refs:string
33 static const std::string BT_CONFIG_KEY_SDP_DI_MANUFACTURER =
35 static const std::string BT_CONFIG_KEY_SDP_DI_MODEL = "SdpDiModel";
36 static const std::string BT_CONFIG_KEY_SDP_DI_HW_VERSION =
38 static const std::string BT_CONFIG_KEY_SDP_DI_VENDOR_ID_SRC =
41 static const std::string BT_CONFIG_KEY_REMOTE_VER_MFCT = "Manufacturer";
42 static const std::string BT_CONFIG_KEY_REMOTE_VER_VER = "LmpVer";
43 static const std::string BT_CONFIG_KEY_REMOTE_VER_SUBVER = "LmpSubVer";
45 bool btif_config_exist(const std::string& section, const std::string& key);
46 bool btif_config_get_int(const std::string& section, const std::string& key,
48 bool btif_config_set_int(const std::string& section, const std::string& key,
50 bool btif_config_get_uint64(const std::string& section, const std::string& key,
52 bool btif_config_set_uint64(const std::string& section, const std::string& key,
54 bool btif_config_get_str(const std::string& section, const std::string& key,
56 bool btif_config_set_str(const std::string& section, const std::string& key,
57 const std::string& value);
58 bool btif_config_get_bin(const std::string& section, const std::string& key,
60 bool btif_config_set_bin(const std::string& section, const std::string& key,
62 bool btif_config_remove(const std::string& section, const std::string& key);
64 size_t btif_config_get_bin_length(const std::string& section,
65 const std::string& key);