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/include/
btif_config.h 53 int btif_config_get_int(const char* section, const char* key, const char* name, int* value);
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 350 ret = btif_config_get_int("Remote", bdstr,
386 ret = btif_config_get_int("Local", "Adapter",
391 ret = btif_config_get_int("Local", "Adapter",
396 ret = btif_config_get_int("Remote", bdstr,
401 ret = btif_config_get_int("Remote",
430 ret = btif_config_get_int("Remote", bdstr,
434 ret = btif_config_get_int("Remote", bdstr,
438 ret = btif_config_get_int("Remote", bdstr,
485 if(btif_config_get_int("Remote", kname, "LinkKeyType", &linkkey_type))
488 //btif_config_get_int("Remote", kname, "PinLength", &pin_len)
    [all...]
btif_config.c 146 int btif_config_get_int(const char* section, const char* key, const char* name, int* value) function
666 btif_config_get_int("Local", "Adapter", "BluezMigrationDone", &bluez_migration_done);
765 ret = btif_config_get_int(section, key, "connect time out", &timeout);
766 //debug("btif_config_get_int return:%d, Remote devices:%s, connect time out:%d", ret, key, timeout);
btif_gatt_client.c     [all...]
btif_dm.c 487 if(btif_config_get_int("Remote", (char const *)&bdstr,"DevType", &device_type) &&
    [all...]

Completed in 67 milliseconds