This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can't see my device advertising - what am I doing wrong here?

I've been looking at this for the better part of a day and can't seem to pinpoint what I'm doing wrong here. Does anybody want to take a quick peek at this project and tell me what's missing? I'm including two attachments. The first is all the code (basically just look at barebones.c and p5_svc.c. These are the equivalent of main.c for most of the ble_app_xxx examples. The other is the eclipse project and the Makefiles. Any help is greatly appreciated.

The initialization routines for ble get called. The leds are toggling in the mainloop. I don't have any power management or thread-level waiting for sd events in the mainloop, but that isn't required to show up in the master control panel when it's advertising.

Rich

p5_bare.zip

p5_bare_other.zip

Related