Searched refs:btif_config_get_int (Results 1 - 5 of 5) sorted by relevance

/system/bt/btif/include/
H A Dbtif_config.h32 bool btif_config_get_int(const char *section, const char *key, int *value);
/system/bt/btif/src/
H A Dbtif_storage.c283 ret = btif_config_get_int(bdstr,
319 ret = btif_config_get_int("Adapter",
324 ret = btif_config_get_int("Adapter",
329 ret = btif_config_get_int(bdstr,
334 ret = btif_config_get_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTYPE, (int*)prop->val);
361 ret = btif_config_get_int(bdstr,
365 ret = btif_config_get_int(bdstr,
369 ret = btif_config_get_int(bdstr,
400 if(btif_config_get_int(bdstr, "LinkKeyType", &linkkey_type))
453 if (btif_config_get_int(nam
[all...]
H A Dbtif_config.c108 if (!btif_config_get_int(bd_addr_str, "DevType", p_device_type))
126 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type))
284 bool btif_config_get_int(const char *section, const char *key, int *value) { function
H A Dbtif_dm.c713 if (!btif_config_get_int((char const *)&bdstr,"DevType", &device_type))
722 if((btif_config_get_int((char const *)&bdstr,"DevType", &device_type) &&
H A Dbtif_gatt_client.c2005 if (btif_config_get_int(bd_addr_str, "DevType", &device_type))

Completed in 1657 milliseconds