[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() 메소드를 사.. Android_app 2023. 4. 25. 10:21
[Bluetooth ] GATT Profile feature 그림 : Bluetooth Core Specification 내용중 GATT Feature 11개 관련 동작 예제 그림 첨부합니다. 1> GATT profile 안 11 가지 features 1-1> Server Configuration 1-2> Primary Service Discovery 1-3> Relationship Discovery 1-4> Characteristic Discovery 1-5> Characteristic Descriptor Discovery 1-6> Reading a Characteristic Value (4가지) ▶ Read Characteristic Value ▶ Read Using Characteristic UUID ▶ Read Long Characteristic Values ▶.. 카테고리 없음 2022. 6. 16. 14:48