Searched refs:btif_config_clear (Results 1 – 5 of 5) sorted by relevance
69 struct btif_config_clear btif_config_clear; variable153 bool btif_config_clear(void) { in btif_config_clear() function155 return test::mock::btif_config::btif_config_clear(); in btif_config_clear()
247 struct btif_config_clear { struct251 extern struct btif_config_clear btif_config_clear; argument
71 bool btif_config_clear(void);
686 bool btif_config_clear(void) { in btif_config_clear() function
558 return btif_config_clear() ? BT_STATUS_SUCCESS : BT_STATUS_FAIL; in config_clear()