OSDN Git Service

Add config source to dumpsys output
[android-x86/system-bt.git] / btif / include / btif_config.h
index 4dc897a..495e938 100644 (file)
@@ -46,9 +46,10 @@ const char *btif_config_section_name(const btif_config_section_iter_t *section);
 
 void btif_config_save(void);
 void btif_config_flush(void);
-int btif_config_clear(void);
+bool btif_config_clear(void);
 
 // TODO(zachoverflow): Eww...we need to move these out. These are peer specific, not config general.
 bool btif_get_address_type(const BD_ADDR bd_addr, int *p_addr_type);
 bool btif_get_device_type(const BD_ADDR bd_addr, int *p_device_type);
 
+void btif_debug_config_dump(int fd);