// Unregister health application through the Bluetooth Health API.
 private void unregisterApp() {
   mBluetoothHealth.unregisterAppConfiguration(mHealthAppConfig);
 }