안드로이드 블루투스(Bluetooth) Gatt 개발 순서 1.oncreate에서 ACTION_BOND_STATE_CHANGED, ACTION_STATE_CHANGED Broadcast리시버 등록 2. 권한 체크 3. bluetooth scan 4. bluetooth connect -기존 연결 되어있으면 끊고 연결 BleManager.getInstance.apply{ connect } uuid는 Service, notify, write UUID 성공: (1)연결된 device 저장 (2)Service (3)characteristics (4)Notify연결 (5)write연결 gatt?.run{ this.service .filter{ it.uuid.toString() == serviceUuid } .map..