Searched refs:btif_config_next_key (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/btif/include/ |
D | btif_config.h | 63 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 | 254 short btif_config_next_key(short pos, const char* section, char * name, int* bytes) in btif_config_next_key() function 633 kpos = btif_config_next_key(kpos, "Remote", kname, &kname_size); in clean_newline_char() 700 kpos = btif_config_next_key(kpos, "Remote Devices", kname, &kname_size); in cfg_test_load()
|
D | btif_storage.c | 417 kpos = btif_config_next_key(kpos, "Remote", kname, &kname_size); in btif_in_fetch_bonded_devices() 908 kpos = btif_config_next_key(kpos, "Remote", kname, &kname_size); in btif_storage_load_bonded_hid_info()
|