blob: 9e7e43db51ad6dcafc1f7087aafd93362a70ec99 [file] [log] [blame]
package att
import "github.com/go-ble/ble"
// attr is a BLE attribute.
type attr struct {
h uint16
endh uint16
typ ble.UUID
v []byte
rh ble.ReadHandler
wh ble.WriteHandler
}