Searched refs:btif_config_get_int (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.c | 283 ret = btif_config_get_int(bdstr, in cfg2prop() 319 ret = btif_config_get_int("Adapter", in cfg2prop() 324 ret = btif_config_get_int("Adapter", in cfg2prop() 329 ret = btif_config_get_int(bdstr, in cfg2prop() 334 ret = btif_config_get_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTYPE, (int*)prop->val); in cfg2prop() 361 ret = btif_config_get_int(bdstr, in cfg2prop() 365 ret = btif_config_get_int(bdstr, in cfg2prop() 369 ret = btif_config_get_int(bdstr, in cfg2prop() 400 if(btif_config_get_int(bdstr, "LinkKeyType", &linkkey_type)) in btif_in_fetch_bonded_device() 453 if (btif_config_get_int(name, "LinkKeyType", &linkkey_type)) { in btif_in_fetch_bonded_devices() [all …]
|
D | btif_config.c | 108 if (!btif_config_get_int(bd_addr_str, "DevType", p_device_type)) in btif_get_device_type() 126 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type)) in btif_get_address_type() 284 bool btif_config_get_int(const char *section, const char *key, int *value) { in btif_config_get_int() function
|
D | btif_dm.c | 713 if (!btif_config_get_int((char const *)&bdstr,"DevType", &device_type)) in btif_dm_cb_create_bond() 722 if((btif_config_get_int((char const *)&bdstr,"DevType", &device_type) && in btif_dm_cb_create_bond()
|
D | btif_gatt_client.c | 1999 if (btif_config_get_int(bd_addr_str, "DevType", &device_type)) in btif_gattc_get_device_type()
|
/system/bt/btif/include/ |
D | btif_config.h | 32 bool btif_config_get_int(const char *section, const char *key, int *value);
|