Searched refs:btif_config_get_str (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_config.h | 34 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes);
|
/system/bt/btif/src/ |
D | btif_storage.c | 337 ret = btif_config_get_str(bdstr, in cfg2prop() 339 else ret = btif_config_get_str("Adapter", in cfg2prop() 353 ret = btif_config_get_str(bdstr, in cfg2prop() 387 if(btif_config_get_str(bdstr, in cfg2prop() 1558 if(btif_config_get_str(BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, in btif_storage_is_device_autopair_blacklisted() 1570 if(btif_config_get_str(BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, in btif_storage_is_device_autopair_blacklisted() 1577 if(btif_config_get_str(BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, in btif_storage_is_device_autopair_blacklisted() 1590 if(btif_config_get_str(BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, in btif_storage_is_device_autopair_blacklisted() 1621 if(btif_config_get_str(BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, in btif_storage_add_device_to_autopair_blacklist() 1660 if(btif_config_get_str(BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, in btif_storage_is_fixed_pin_zeros_keyboard()
|
D | btif_core.c | 366 if(btif_config_get_str("Adapter", "Address", val, &val_size)) in btif_fetch_local_bdaddr() 413 if (btif_config_get_str("Adapter", "Address", val, &val_size)) in btif_fetch_local_bdaddr()
|
D | btif_config.c | 217 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes) { in btif_config_get_str() function
|