Home
last modified time | relevance | path

Searched refs:btif_config_clear (Results 1 – 5 of 5) sorted by relevance

/system/bt/test/mock/
Dmock_btif_config.cc69 struct btif_config_clear btif_config_clear; variable
153 bool btif_config_clear(void) { in btif_config_clear() function
155 return test::mock::btif_config::btif_config_clear(); in btif_config_clear()
Dmock_btif_config.h247 struct btif_config_clear { struct
251 extern struct btif_config_clear btif_config_clear; argument
/system/bt/btif/include/
Dbtif_config.h71 bool btif_config_clear(void);
/system/bt/btif/src/
Dbtif_config.cc686 bool btif_config_clear(void) { in btif_config_clear() function
Dbluetooth.cc558 return btif_config_clear() ? BT_STATUS_SUCCESS : BT_STATUS_FAIL; in config_clear()