Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1013 static int config_clear(void) { in config_clear() function
1192 .config_clear = config_clear,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h833 int (*config_clear)(void); member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1707 int ret = sBluetoothInterface->config_clear(); in factoryResetNative()