Home
last modified time | relevance | path

Searched refs:btif_config_get_str (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/include/
Dbtif_config.h34 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes);
/system/bt/btif/src/
Dbtif_storage.c337 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()
1551 if(btif_config_get_str(BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, in btif_storage_is_device_autopair_blacklisted()
1563 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()
1583 if(btif_config_get_str(BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, in btif_storage_is_device_autopair_blacklisted()
1614 if(btif_config_get_str(BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, in btif_storage_add_device_to_autopair_blacklist()
1653 if(btif_config_get_str(BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, in btif_storage_is_fixed_pin_zeros_keyboard()
Dbtif_core.c354 if(btif_config_get_str("Adapter", "Address", val, &val_size)) in btif_fetch_local_bdaddr()
402 if (btif_config_get_str("Adapter", "Address", val, &val_size)) in btif_fetch_local_bdaddr()
Dbtif_config.c207 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes) { in btif_config_get_str() function