muka / go-bluetooth

Golang bluetooth client based on bluez DBus interfaces
Apache License 2.0
653 stars 124 forks source link

GATT client, connect, read and write #120

Closed addodelgrossi closed 4 years ago

addodelgrossi commented 4 years ago

The project supper GATT client for send and receive data ?

I looked in the examples but I didn't find, just the list of services.

muka commented 4 years ago

Yes it implement the dbus interfaces from bluez. Try looking into the sensortag examples r read the bluez documentation

On Tue, Sep 1, 2020, 10:07 PM Addo notifications@github.com wrote:

The project supper GATT client for send and receive data ?

I looked in the examples but I didn't find, just the list of services.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/muka/go-bluetooth/issues/120, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHZKVJCXUZ2472DJ7AJGWTSDVIB3ANCNFSM4QSES75Q .

addodelgrossi commented 4 years ago

@muka thanks for reply !