Searched refs:btif_config_enum_callback (Results 1 – 2 of 2) sorted by relevance
67 typedef void (*btif_config_enum_callback)(void* user_data, const char* section, const char* key, co… typedef69 int btif_config_enum(btif_config_enum_callback cb, void* user_data);
304 int btif_config_enum(btif_config_enum_callback cb, void* user_data) in btif_config_enum()