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
64
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
274
short
btif_config_next_key
(short pos, const char* section, char * name, int* bytes)
function
740
kpos =
btif_config_next_key
(kpos, "Remote", kname, &kname_size);
823
kpos =
btif_config_next_key
(kpos, "Remote Devices", kname, &kname_size);
btif_storage.c
482
kpos =
btif_config_next_key
(kpos, "Remote", kname, &kname_size);
[
all
...]
Completed in 80 milliseconds