• Jim Mussared's avatar
    extmod/modbluetooth: Merge gatts_notify/indicate implementation. · bc9ec1cf
    Jim Mussared authored
    Makes gatts_notify and gatts_indicate work in the same way: by default they
    send the DB value, but you can manually override the payload.
    
    In other words, makes gatts_indicate work the same as gatts_notify.
    
    Note: This removes support for queuing notifications and indications on
    btstack when the ACL buffer is full. This functionality will be
    reimplemented in a future commit.
    Signed-off-by: default avatarJim Mussared <jim.mussared@gmail.com>
    bc9ec1cf
modbluetooth_btstack.c 62.7 KB