Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java235 int regStatus = convertHalRegStatus(msg.arg2); in handleMessage() local
236 callStatusCallback(appConfig, regStatus); in handleMessage()
237 if (regStatus == BluetoothHealth.APP_CONFIG_REGISTRATION_FAILURE || in handleMessage()
238 regStatus == BluetoothHealth.APP_CONFIG_UNREGISTRATION_SUCCESS) { in handleMessage()