You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/05/23 08:42:33 UTC

[GitHub] kartik9k opened a new issue #1123: Creating multiple encrypted connections

kartik9k opened a new issue #1123: Creating multiple encrypted connections
URL: https://github.com/apache/mynewt-core/issues/1123
 
 
   Hi all! I want to write to multiple peripherals from a central module for which it was pointed out that the connection needs to be encrypted. So as advised, I used the `ble_gap_security_initiate` for initiating encryption and it worked perfectly for one connection. However, I'm having multiple connections and I want to write to all of them, and hence `ble_gap_security_initiate` is giving an error `BLE_HS_ENOMEM` after the first connection. (Data is successfully sent to 1 peripheral but not to others as the write callback is giving `BLE_ATT_ERR_INSUFFICIENT_AUTHEN`)
   
   Can anyone help me on this?
   
   TIA! :D 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services