Re: Bluetooth Multiple Central Connections
Daniel Widmann
Hi Luiz, Thanks for pointing me to the bt_att_req. I used the same bt_gatt_write_params for both connections, which caused the issue. I use exactly the same GATT parameters for both connections so I though it wouldn't be an issue. I wasn't aware that bt_gatt_write_params contains the
bt_att_req struct (Maybe params is not the best name for something containing internal state). Also I didn't expect this behavior when reading the API note: "the parameters need to remains valid while it is active". Cheers, Daniel
On Mon, Jun 11, 2018 at 3:17 AM Von Dentz, Luiz <luiz.von.dentz@...> wrote: Hi Daniel,
|
|