package gatt import ( ) type Service struct { UUID string } type Descriptor struct { UUID string } type Characteristic struct { UUID string }