Home
last modified time | relevance | path

Searched refs:btif_config_next_value (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/btif/include/
Dbtif_config.h65 short btif_config_next_value(short pos, const char* section, const char* key, char* value_name, int…
/external/bluetooth/bluedroid/btif/src/
Dbtif_config.c287 short btif_config_next_value(short pos, const char* section, const char* key, char* name, int* byte… in btif_config_next_value() function
828 … while((vpos = btif_config_next_value(vpos, "Remote Devices", kname, vname, &vname_size)) != -1) in cfg_test_load()