Searched refs:btif_config_get_int (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.c | 330 ret = btif_config_get_int(bdstr, in cfg2prop() 366 ret = btif_config_get_int("Adapter", in cfg2prop() 371 ret = btif_config_get_int("Adapter", in cfg2prop() 376 ret = btif_config_get_int(bdstr, in cfg2prop() 381 ret = btif_config_get_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTYPE, (int*)prop->val); in cfg2prop() 409 ret = btif_config_get_int(bdstr, in cfg2prop() 413 ret = btif_config_get_int(bdstr, in cfg2prop() 417 ret = btif_config_get_int(bdstr, in cfg2prop() 448 if(btif_config_get_int(bdstr, "LinkKeyType", &linkkey_type)) in btif_in_fetch_bonded_device() 502 if(btif_config_get_int(name, "LinkKeyType", &linkkey_type)) in btif_in_fetch_bonded_devices() [all …]
|
D | btif_config.c | 64 if (!btif_config_get_int(bd_addr_str, "DevType", p_device_type)) in btif_get_device_type() 82 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type)) in btif_get_address_type() 190 bool btif_config_get_int(const char *section, const char *key, int *value) { in btif_config_get_int() function
|
D | btif_dm.c | 667 if (!btif_config_get_int((char const *)&bdstr,"DevType", &device_type)) in btif_dm_cb_create_bond() 676 if((btif_config_get_int((char const *)&bdstr,"DevType", &device_type) && in btif_dm_cb_create_bond()
|
D | btif_gatt_client.c | 2215 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);
|