Skip to content

Instantly share code, notes, and snippets.

@yeonwooz
Last active August 10, 2021 14:49
Show Gist options
  • Save yeonwooz/47fd91ec7ff61ce291b4f49cf49cad4f to your computer and use it in GitHub Desktop.
Save yeonwooz/47fd91ec7ff61ce291b4f49cf49cad4f to your computer and use it in GitHub Desktop.
bleErrorHandling
if (error instanceof BleError) {
showPopupMessageAndButton(error.reason, '다시 연결하기')
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment