OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btif_config_exist
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_config.h
52
int
btif_config_exist
(const char* section, const char* key, const char* name);
/external/bluetooth/bluedroid/btif/src/
btif_storage.c
[
all
...]
btif_config.c
175
int
btif_config_exist
(const char* section, const char* key, const char* name)
function
854
if(
btif_config_exist
("test", "test cfg", "write"))
871
if(!
btif_config_exist
(section, key, "time stamp"))
btif_dm.c
325
if(
btif_config_exist
("Remote", bdstr, "HidAppId"))
[
all
...]
Completed in 5935 milliseconds