[Android App] BLE GATT:: [3] Characteristic /Descriptor 출력하기
:BLE GATT:: [2] 번 글 연속 강의 ==> [2]번 글 링크는 마지막에 넣었습니다. 서비스 리스트를 출력했으니 다음으로 서비스 아래의 특성(Chracteristic) 및 디스크립터를 출력해 보겠습니다. 목차 ▶ UUID 는 가독성이 떨어지니 알려진 UUID는 문자열로 바꾸기위한 HashMap()을 새로 만들어 줍니다. class SampleGattAttributes { companion object { val attributes : HashMap? init{ attributes = HashMap() // Gatt Services ~~ 중략 ~~ attributes.put("00001800-0000-1000-8000-00805f9b34fb", "Generic Access") // Gatt Des..