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.h49 bool btif_config_clear(void);
/system/bt/btif/src/
Dbluetooth.c469 return btif_config_clear() ? BT_STATUS_SUCCESS : BT_STATUS_FAIL; in config_clear()
Dbtif_config.c458 bool btif_config_clear(void) { in btif_config_clear() function