Searched refs:regStatus (Results 1 – 1 of 1) sorted by relevance
238 int regStatus = convertHalRegStatus(msg.arg2); in handleMessage() local239 callStatusCallback(appConfig, regStatus); in handleMessage()240 if (regStatus == BluetoothHealth.APP_CONFIG_REGISTRATION_FAILURE || in handleMessage()241 regStatus == BluetoothHealth.APP_CONFIG_UNREGISTRATION_SUCCESS) { in handleMessage()