Hello, I am building a sample protocol using nRF51822 DK. I am using S130 soft device. I have a few BLE nodes communicating with each other. The nRF51 DK acts as these nodes and hence, I have full control over all these nodes . I have some doubts regarding data transfer.
- Whether writing data to a characteristics is the only means of data transfer? Is there any API available that will send data directly?
- Whether S130 supports access to L2CAP layer? If so, can I have the ful control of the packet structure that is over BLE? What will be an efficient way for device to device data transfer??
Please forgive me if I am asking stupid things..