Home
last modified time | relevance | path

Searched refs:btif_config_set_int (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_storage.c233 btif_config_set_int("Remote", bdstr, in prop2cfg()
259 btif_config_set_int("Local", "Adapter", in prop2cfg()
263 btif_config_set_int("Local", "Adapter", in prop2cfg()
267 btif_config_set_int("Remote", bdstr, in prop2cfg()
271 btif_config_set_int("Remote", bdstr, in prop2cfg()
299 btif_config_set_int("Remote", bdstr, in prop2cfg()
301 btif_config_set_int("Remote", bdstr, in prop2cfg()
303 btif_config_set_int("Remote", bdstr, in prop2cfg()
787 int ret = btif_config_set_int("Remote", bdstr, "LinkKeyType", (int)key_type); in btif_storage_add_bonded_device()
788 ret &= btif_config_set_int("Remote", bdstr, "PinLength", (int)pin_length); in btif_storage_add_bonded_device()
[all …]
Dbtif_config_util.cpp259 btif_config_set_int(section_name, key_name, value_name, v); in parse_sections()
736 btif_config_set_int("Remote", bd_addr, "HidAttrMask", attr_mask); in parse_bluez_hid_sdp_records()
737 btif_config_set_int("Remote", bd_addr, "HidSubClass", dev_sub_class); in parse_bluez_hid_sdp_records()
738 btif_config_set_int("Remote", bd_addr, "HidAppId", app_id); in parse_bluez_hid_sdp_records()
739 btif_config_set_int("Remote", bd_addr, "HidVendorId", vendor); in parse_bluez_hid_sdp_records()
740 btif_config_set_int("Remote", bd_addr, "HidProductId", product); in parse_bluez_hid_sdp_records()
741 btif_config_set_int("Remote", bd_addr, "HidVersion", product_ver); in parse_bluez_hid_sdp_records()
742 btif_config_set_int("Remote", bd_addr, "HidCountryCode", countrycode); in parse_bluez_hid_sdp_records()
743 btif_config_set_int("Remote", bd_addr, "HidSSRMinTimeout", ssr_min_timeout); in parse_bluez_hid_sdp_records()
744 btif_config_set_int("Remote", bd_addr, "HidSSRMaxLatency", ssr_max_lat); in parse_bluez_hid_sdp_records()
[all …]
Dbtif_config.c160 int btif_config_set_int(const char* section, const char* key, const char* name, int value) in btif_config_set_int() function
829 btif_config_set_int("Local", "Adapter", "BluezMigrationDone", 1); in load_cfg()
920 btif_config_set_int("test", "test cfg", "write", 1); in cfg_test_write()
934 btif_config_set_int(section, key, "count", i); in cfg_test_write()
936 btif_config_set_int(section, key, "time stamp", time(NULL)); in cfg_test_write()
Dbtif_dm.c643 btif_config_set_int("Remote", bdstr, "DevType", BT_DEVICE_TYPE_BLE); in btif_dm_cb_create_bond()
/external/bluetooth/bluedroid/btif/include/
Dbtif_config.h57 int btif_config_set_int(const char* section, const char* key, const char* name, int value);