Lines Matching refs:string
32 static const std::string BT_CONFIG_KEY_SDP_DI_MANUFACTURER =
34 static const std::string BT_CONFIG_KEY_SDP_DI_MODEL = "SdpDiModel";
35 static const std::string BT_CONFIG_KEY_SDP_DI_HW_VERSION =
37 static const std::string BT_CONFIG_KEY_SDP_DI_VENDOR_ID_SRC =
40 static const std::string BT_CONFIG_KEY_REMOTE_VER_MFCT = "Manufacturer";
41 static const std::string BT_CONFIG_KEY_REMOTE_VER_VER = "LmpVer";
42 static const std::string BT_CONFIG_KEY_REMOTE_VER_SUBVER = "LmpSubVer";
44 bool btif_config_exist(const std::string& section, const std::string& key);
45 bool btif_config_get_int(const std::string& section, const std::string& key,
47 bool btif_config_set_int(const std::string& section, const std::string& key,
49 bool btif_config_get_uint64(const std::string& section, const std::string& key,
51 bool btif_config_set_uint64(const std::string& section, const std::string& key,
53 bool btif_config_get_str(const std::string& section, const std::string& key,
55 bool btif_config_set_str(const std::string& section, const std::string& key,
56 const std::string& value);
57 bool btif_config_get_bin(const std::string& section, const std::string& key,
59 bool btif_config_set_bin(const std::string& section, const std::string& key,
61 bool btif_config_remove(const std::string& section, const std::string& key);
63 size_t btif_config_get_bin_length(const std::string& section,
64 const std::string& key);