HomeSort by relevance Sort by last modified time
    Searched refs:btif_config_get_int (Results 1 - 6 of 6) 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 355 ret = btif_config_get_int("Remote", bdstr,
391 ret = btif_config_get_int("Local", "Adapter",
396 ret = btif_config_get_int("Local", "Adapter",
401 ret = btif_config_get_int("Remote", bdstr,
406 ret = btif_config_get_int("Remote",
435 ret = btif_config_get_int("Remote", bdstr,
439 ret = btif_config_get_int("Remote", bdstr,
443 ret = btif_config_get_int("Remote", bdstr,
490 if(btif_config_get_int("Remote", kname, "LinkKeyType", &linkkey_type))
493 //btif_config_get_int("Remote", kname, "PinLength", &pin_len)
    [all...]
btif_gatt_util.c 314 if (!btif_config_get_int("Remote", bd_addr_str, "DevType", device_type))
317 if (!btif_config_get_int("Remote", bd_addr_str, "AddrType", addr_type))
btif_config.c 153 int btif_config_get_int(const char* section, const char* key, const char* name, int* value) function
773 btif_config_get_int("Local", "Adapter", "BluezMigrationDone", &bluez_migration_done);
906 ret = btif_config_get_int(section, key, "connect time out", &timeout);
907 //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 517 if(btif_config_get_int("Remote", (char const *)&bdstr,"DevType", &device_type) &&
    [all...]

Completed in 31 milliseconds