Searched refs:btif_config_next_value (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/btif/include/ |
D | btif_config.h | 65 short btif_config_next_value(short pos, const char* section, const char* key, char* value_name, int…
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_config.c | 287 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()
|