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 | 290 ret = btif_config_get_str(bdstr, in cfg2prop() 292 else ret = btif_config_get_str("Adapter", in cfg2prop() 306 ret = btif_config_get_str(bdstr, in cfg2prop() 340 if(btif_config_get_str(bdstr, in cfg2prop()
|
D | btif_core.c | 365 if(btif_config_get_str("Adapter", "Address", val, &val_size)) in btif_fetch_local_bdaddr() 410 if (btif_config_get_str("Adapter", "Address", val, &val_size)) in btif_fetch_local_bdaddr()
|
D | btif_config.c | 307 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes) { in btif_config_get_str() function
|