[Android App] BLE GATT:: [1] 연결시 코드 분석하기 (거꾸로 생각하기)
: 안드로이드 블루투스 통신을 마지막단에서 반대로 분석을 해 봤습니다. Bluetooth LE 장치와 스마트폰사이에 마지막 단인 Gatt 통신을 하기위한 클래스는 BluetoothGatt 이고 이부분을 직접 넣으면서 추가로 필요한 사항을 찾아 보겠습니다. ▶ 안드로이드 BluetoothGatt 관련 사이트 링크 https://developer.android.com/reference/android/bluetooth/BluetoothGatt BluetoothGatt | Android Developers developer.android.com 1> BLE 장치 (GATT Server) 연결하기 ▶ BluetoothGatt 객체가 이미 존재한다면 BluetoothGatt 클래스안의 connect() 메소드를 사..