Emill / node-ble-host

A Bluetooth Low Energy host implementation for Node.js
ISC License
55 stars 15 forks source link

Add txCidToRxCid mapping during connect response #14

Closed jodojodo closed 1 year ago

jodojodo commented 1 year ago

This is required for the credit receiving functionality, so that the client can derive the obj to use the credits on.

Emill commented 1 year ago

Thanks for this bug fix! Maybe you can move the comment to where the variable txCidToRxCid is defined instead? I also think "Used for receiving credits on the client side." or something would sound more appropriate.