투케이2K

290. (TWOK/ERROR) [Ios] Failed to encrypt the connection, the connection has timed out unexpectedly 본문

투케이2K 에러관리

290. (TWOK/ERROR) [Ios] Failed to encrypt the connection, the connection has timed out unexpectedly

투케이2K 2025. 1. 1. 16:38

[환경 설정 및 설명]

프로그램 : Xcode

설 명 : [Ios] Failed to encrypt the connection, the connection has timed out unexpectedly

 

[설 명]

--------------------------------------------------------------------------
[에러 원인]
--------------------------------------------------------------------------

1. 블루투스 연결 수행 시 상대 디바이스 블루투스 활성 여부 및 페어링 등록이 되지 않아서 발생하는 이슈

2. 전체 에러 발생 로그 : 

Failed to encrypt the connection, the connection has timed out unexpectedly.

--------------------------------------------------------------------------





--------------------------------------------------------------------------
[해결 방법]
--------------------------------------------------------------------------

1. 상대 기기 정상적으로 블루투스 기능이 활성화 되어 있는지 상태 점검

2. 상대 기기 정상적으로 블루투스 기능 지원 여부 기기 체크

3. 블루투스 GATT 연결을 수행하는 경우 상대 기기 서버 활성 여부 체크 필요 (Bluetooth Server Open Check) 

4. 상대 기기와 정상적으로 페어링 모드 등록 되어 있는지 체크 수행

  >> 페어링 모드가 되어 있지 않은 경우 [휴대폰 설정] >> [특정 기기] >> [페어링 모드] 등록 수행

5. 상위에 표시된 사항 모두 정상 점검 후 다시 블루투스 연결 수행 실시

--------------------------------------------------------------------------





--------------------------------------------------------------------------
[참고 사이트]
--------------------------------------------------------------------------

https://support.apple.com/ko-kr/guide/security/sec82597d97e/web

https://blog.naver.com/kkh0977/223687745202

https://blog.naver.com/kkh0977/223690092317

https://stackoverflow.com/questions/75197315/ble-ios-failed-to-encrypt-the-connection-the-connection-has-timed-out-unexpec

--------------------------------------------------------------------------
 
 



반응형
Comments