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

Can't find Bluetooth operations in example code

Hi, I'm a student at Oregon State University using the nRF51 Development Kit for a project. I can't seem to find any functions for sending and recieving Bluetooth signals in the SDK example code. The closest I found is the use of the macro SVCALL (in ble_gap.h line #889, SVCALL is defined in nrf_svc.h).

How does SVCALL relay information to Bluetooth? And where can I find the functions that actually invoke bluetooth?

Related