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 2017/12/23 17:26:54 UTC

[GitHub] ccollins476ad commented on issue #53: [DO NOT MERGE] Replace currantlabs dep with go-ble.

ccollins476ad commented on issue #53: [DO NOT MERGE] Replace currantlabs dep with go-ble.
URL: https://github.com/apache/mynewt-newtmgr/pull/53#issuecomment-353738192
 
 
   Thanks, Jacob - correct on both points.
   
   By the way, I am pretty sure this is close to fixing the High Sierra issue.  It has been a little while so my memory is hazy, but I recall the remaining issue being that some XPC IDs just need to be reverse engineered:
   
   ```
           // TODO: find out the correct values for the following items.
           // They have all just been copied from Yosemite values
           evtAdvertisingStarted = 16
           evtAdvertisingStopped = 17
           evtServiceAdded = 18
           evtReadRequest = 19
           evtWriteRequest = 20
           evtSubscribe = 21
           evtUnsubscribe = 22
           evtConfirmation = 23
           evtATTMTU = 53
           evtSlaveConnectionComplete = 81
           evtMasterConnectionComplete = 82
           evtIncludedServicesDiscovered = 87
   ```
   
   I don't recall which one it was, but at least one of these IDs has changed since Yosemite.  I was going to figure out the IDs via trial and error on a High Sierra machine, but unfortunately I didn't get a chance.

----------------------------------------------------------------
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