HomeSort by relevance Sort by last modified time
    Searched refs:btif_config_get_int (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 330 ret = btif_config_get_int("Remote", bdstr,
366 ret = btif_config_get_int("Local", "Adapter",
371 ret = btif_config_get_int("Local", "Adapter",
376 ret = btif_config_get_int("Remote", bdstr,
381 ret = btif_config_get_int("Remote",
410 ret = btif_config_get_int("Remote", bdstr,
414 ret = btif_config_get_int("Remote", bdstr,
418 ret = btif_config_get_int("Remote", bdstr,
451 if(btif_config_get_int("Remote", bdstr, "LinkKeyType", &linkkey_type))
511 if(btif_config_get_int("Remote", kname, "LinkKeyType", &linkkey_type)
    [all...]
btif_config.c 154 int btif_config_get_int(const char* section, const char* key, const char* name, int* value) function
382 if (!btif_config_get_int("Remote", bd_addr_str, "DevType", p_device_type))
400 if (!btif_config_get_int("Remote", bd_addr_str, "AddrType", p_addr_type))
824 btif_config_get_int("Local", "Adapter", "BluezMigrationDone", &bluez_migration_done);
970 ret = btif_config_get_int(section, key, "connect time out", &timeout);
971 //debug("btif_config_get_int return:%d, Remote devices:%s, connect time out:%d", ret, key, timeout);
btif_dm.c 641 if (!btif_config_get_int("Remote", (char const *)&bdstr,"DevType", &device_type))
650 if((btif_config_get_int("Remote", (char const *)&bdstr,"DevType", &device_type) &&
    [all...]
btif_gatt_client.c     [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_config.h 56 int btif_config_get_int(const char* section, const char* key, const char* name, int* value);

Completed in 88 milliseconds