OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btif_config_next_key
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_config.h
63
short
btif_config_next_key
(short current_key_pos, const char* section, char * key_name, int* key_name_bytes);
/external/bluetooth/bluedroid/btif/src/
btif_config.c
254
short
btif_config_next_key
(short pos, const char* section, char * name, int* bytes)
function
633
kpos =
btif_config_next_key
(kpos, "Remote", kname, &kname_size);
700
kpos =
btif_config_next_key
(kpos, "Remote Devices", kname, &kname_size);
btif_storage.c
477
kpos =
btif_config_next_key
(kpos, "Remote", kname, &kname_size);
[
all
...]
Completed in 69 milliseconds