Re: ble_gattc_disc_svc_by_uuid problems

2016-12-27 Thread Jacob Rosenthal
Yes that did it. And it looks like that patch is upstreamed in there. Sadly looks like flash and ram grew a good bit and Im going to have to fight that for a while again. On Tue, Dec 27, 2016 at 10:02 PM, Christopher Collins wrote: > Hi Jacob, > > You will need to upgrade

Re: ble_gattc_disc_svc_by_uuid problems

2016-12-27 Thread Christopher Collins
Hi Jacob, You will need to upgrade newt as well. You can do that as follows: cd $GOPATH && git checkout develop && git pull && go install Hopefully that fixes the compile problem. Please report back if you encounter any issues. Thanks, Chris On Tue, Dec 27, 2016 at

Re: ble_gattc_disc_svc_by_uuid problems

2016-12-27 Thread Jacob Rosenthal
Thanks for the quick replies. I changed to repository.apache-mynewt-core: type: github vers: 0-latest user: apache repo: incubator-mynewt-core Jacobs-MacBook-Air:mynewt-hr-observer jacobrosenthal$ newt run nrf51822xxaa_blecenthr 0.0.0 Compiling main.c Compiling misc.c Compiling

Re: ble_gattc_disc_svc_by_uuid problems

2016-12-27 Thread Christopher Collins
Hi Jacob, On Tue, Dec 27, 2016 at 02:37:01PM -0700, Jacob Rosenthal wrote: > Hey all, been working with mynewt for a week or so now, trying to > understand the code and slim the nimble stack down for nrf51822qfaa > targets. Playing with central role now (modified blecent), and Im having > some

ble_gattc_disc_svc_by_uuid problems

2016-12-27 Thread Jacob Rosenthal
Hey all, been working with mynewt for a week or so now, trying to understand the code and slim the nimble stack down for nrf51822qfaa targets. Playing with central role now (modified blecent), and Im having some trouble searching for a single svc by uuid (to save peer struct memory, rather than