Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config.h70 bool btif_config_clear(void);
/system/bt/btif/src/
Dbluetooth.cc463 return btif_config_clear() ? BT_STATUS_SUCCESS : BT_STATUS_FAIL; in config_clear()
Dbtif_config.cc670 bool btif_config_clear(void) { in btif_config_clear() function