paypal / gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals
BSD 3-Clause "New" or "Revised" License
1.14k stars 285 forks source link

read and write at the same characteristic #98

Open FdevTech opened 6 years ago

FdevTech commented 6 years ago

hello every one ;

so now I'm working on project and using BLE , I can read and write from a characteristic without any problem but i'm wondering how can I read and write at the same characteristic

need your help