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/22 17:23:08 UTC

[GitHub] kartik9k opened a new issue #1118: Can't write data to characteristic

kartik9k opened a new issue #1118: Can't write data to characteristic
URL: https://github.com/apache/mynewt-core/issues/1118
 
 
   Hi all! I've been trying to write data in the characteristic of a service from central module, using a modified version of blecent example. The `peer_chr_find_uuid` returns a non NULL value which means that the characteristic of the service is successfully discovered. 
   
   The `ble_gattc_write_flat` also returns no error code but the `gatt_svr_chr_access_sec_test` (which is the callback for this characteristic) is never called for the characteristic in the peripheral and hence I'm unable to read the data sent from the central module.
   
   If anyone has any insights please share?
   
   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