Searched refs:btif_config_get_int (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_storage.c | 355 ret = btif_config_get_int("Remote", bdstr, in cfg2prop() 391 ret = btif_config_get_int("Local", "Adapter", in cfg2prop() 396 ret = btif_config_get_int("Local", "Adapter", in cfg2prop() 401 ret = btif_config_get_int("Remote", bdstr, in cfg2prop() 406 ret = btif_config_get_int("Remote", in cfg2prop() 435 ret = btif_config_get_int("Remote", bdstr, in cfg2prop() 439 ret = btif_config_get_int("Remote", bdstr, in cfg2prop() 443 ret = btif_config_get_int("Remote", bdstr, in cfg2prop() 490 if(btif_config_get_int("Remote", kname, "LinkKeyType", &linkkey_type)) in btif_in_fetch_bonded_devices() 500 if(btif_config_get_int("Remote", kname, "DevClass", &cod)) in btif_in_fetch_bonded_devices() [all …]
|
D | btif_gatt_util.c | 314 if (!btif_config_get_int("Remote", bd_addr_str, "DevType", device_type)) in btif_get_device_type() 317 if (!btif_config_get_int("Remote", bd_addr_str, "AddrType", addr_type)) in btif_get_device_type()
|
D | btif_config.c | 153 int btif_config_get_int(const char* section, const char* key, const char* name, int* value) in btif_config_get_int() function 773 btif_config_get_int("Local", "Adapter", "BluezMigrationDone", &bluez_migration_done); in load_cfg() 906 ret = btif_config_get_int(section, key, "connect time out", &timeout); in cfg_test_read()
|
D | btif_gatt_client.c | 1311 if (btif_config_get_int("Remote", bd_addr_str, "DevType", &device_type)) in btif_gattc_get_device_type()
|
D | btif_dm.c | 517 if(btif_config_get_int("Remote", (char const *)&bdstr,"DevType", &device_type) && in btif_dm_cb_create_bond()
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_config.h | 53 int btif_config_get_int(const char* section, const char* key, const char* name, int* value);
|