Searched refs:btif_config_set_int (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.cc | 201 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTIME, in prop2cfg() 224 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_ADAPTER_SCANMODE, in prop2cfg() 228 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_LOCAL_IO_CAPS, in prop2cfg() 232 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_LOCAL_IO_CAPS_BLE, in prop2cfg() 236 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_ADAPTER_DISC_TIMEOUT, in prop2cfg() 240 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVCLASS, in prop2cfg() 244 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTYPE, in prop2cfg() 261 btif_config_set_int(bdstr, BT_CONFIG_KEY_REMOTE_VER_MFCT, in prop2cfg() 263 btif_config_set_int(bdstr, BT_CONFIG_KEY_REMOTE_VER_VER, info->version); in prop2cfg() 264 btif_config_set_int(bdstr, BT_CONFIG_KEY_REMOTE_VER_SUBVER, in prop2cfg() [all …]
|
D | btif_config.cc | 225 return btif_config_set_int(address.ToString(), BT_CONFIG_METRICS_ID_KEY, in init_metric_id_allocator() 417 bool btif_config_set_int(const std::string& section, const std::string& key, in btif_config_set_int() function
|
D | btif_dm.cc | 733 btif_config_set_int(bdstr, "DevType", BT_DEVICE_TYPE_BLE); in btif_dm_cb_create_bond()
|
/system/bt/btif/include/ |
D | btif_config.h | 47 bool btif_config_set_int(const std::string& section, const std::string& key,
|
/system/bt/stack/sdp/ |
D | sdp_utils.cc | 281 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_MANUFACTURER, in sdpu_log_attribute_metrics() 283 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_MODEL, in sdpu_log_attribute_metrics() 285 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_HW_VERSION, in sdpu_log_attribute_metrics() 287 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_VENDOR_ID_SRC, in sdpu_log_attribute_metrics()
|