OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btif_config_enum_callback
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_config.h
67
typedef void (*
btif_config_enum_callback
)(void* user_data, const char* section, const char* key, const char* name,
typedef
69
int btif_config_enum(
btif_config_enum_callback
cb, void* user_data);
/external/bluetooth/bluedroid/btif/src/
btif_config.c
305
int btif_config_enum(
btif_config_enum_callback
cb, void* user_data)
Completed in 23 milliseconds