Searched refs:btif_config_next_key (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/btif/include/ |
D | btif_config.h | 64 short btif_config_next_key(short current_key_pos, const char* section, char * key_name, int* key_na…
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_config.c | 273 short btif_config_next_key(short pos, const char* section, char * name, int* bytes) in btif_config_next_key() function 749 kpos = btif_config_next_key(kpos, "Remote", kname, &kname_size); in clean_newline_char() 845 kpos = btif_config_next_key(kpos, "Remote Devices", kname, &kname_size); in cfg_test_load()
|
D | btif_storage.c | 503 kpos = btif_config_next_key(kpos, "Remote", kname, &kname_size); in btif_in_fetch_bonded_devices() 1437 kpos = btif_config_next_key(kpos, "Remote", kname, &kname_size); in btif_storage_load_bonded_hid_info()
|