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

  /system/bt/btif/include/
btif_config.h 32 bool btif_config_get_int(const char *section, const char *key, int *value);
  /system/bt/btif/src/
btif_storage.c 330 ret = btif_config_get_int(bdstr,
366 ret = btif_config_get_int("Adapter",
371 ret = btif_config_get_int("Adapter",
376 ret = btif_config_get_int(bdstr,
381 ret = btif_config_get_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTYPE, (int*)prop->val);
409 ret = btif_config_get_int(bdstr,
413 ret = btif_config_get_int(bdstr,
417 ret = btif_config_get_int(bdstr,
448 if(btif_config_get_int(bdstr, "LinkKeyType", &linkkey_type))
502 if(btif_config_get_int(name, "LinkKeyType", &linkkey_type)
    [all...]
btif_config.c 60 if (!btif_config_get_int(bd_addr_str, "DevType", p_device_type))
78 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type))
180 bool btif_config_get_int(const char *section, const char *key, int *value) { function
btif_dm.c 666 if (!btif_config_get_int((char const *)&bdstr,"DevType", &device_type))
675 if((btif_config_get_int((char const *)&bdstr,"DevType", &device_type) &&
    [all...]
btif_gatt_client.c     [all...]

Completed in 111 milliseconds