https://kotlinlang.org logo
Join SlackCommunities
Powered by
# beepiz-libraries
  • l

    louiscad

    05/05/2019, 7:38 PM
    set the channel description: Discuss open source libraries authored at Beepiz: https://github.com/Beepiz
  • l

    louiscad

    05/05/2019, 7:38 PM
    set the channel topic: Discuss open source libraries authored at Beepiz: https://github.com/Beepiz
  • l

    louiscad

    05/05/2019, 9:32 PM
    New release of BleGattCoroutines: https://github.com/Beepiz/BleGattCoroutines/releases/tag/v0.4.0 Fixes, new features (especially regarding characteristic notifications) and other improvements included.
  • b

    Bino

    07/04/2019, 10:10 AM
    Hi @louiscad, is there already a gatt server implementation or do I still have to do it myself? I found a one year old reddit post where you mention it isn’t included yet.
    l
    • 2
    • 1
  • a

    Adam Grzybkowski

    04/20/2020, 8:18 AM
    Hi! What's the status of the https://github.com/Beepiz/BleGattCoroutines library? It hasn't been updated for quite a while.
    l
    • 2
    • 1
  • s

    SrSouza

    06/05/2020, 8:47 PM
    Hi @louiscad, I'm using both BleGattCoroutines and BleScanCoroutines, Is just awesome what Coroutines can help. I think I have found a issue in the BleGattCoroutines, sometimes I get exceptions and disconnections, until here, its okay because I can't any thing that can happen and call a
    GattConnection.close()
    in it, but I found that is not closing the connection, the only why that I get it close was disable bluetooth from the device.