Hi,
Is it possible to send notifications for two different characteristics in one connection event on the nRF51822?
Kind regards
Jack
Hi,
Is it possible to send notifications for two different characteristics in one connection event on the nRF51822?
Kind regards
Jack
I don't see why not. Your application would push the two notifications to the radio and they both would be sent on the next connection event. The only limitations I am aware of is how many notifications you can queue up per characteristic, and how many the host will allow per connection event (6 max per the spec I believe).
Too see how many notifications the central can receive in a connection interval you could use this code, and the nRF Sniffer. Remember that then you are only testing the maximum throughtput from the peripheral as a server to a central as a client. There is also a throughput test here, but this is with an older SDK.
Too see how many notifications the central can receive in a connection interval you could use this code, and the nRF Sniffer. Remember that then you are only testing the maximum throughtput from the peripheral as a server to a central as a client. There is also a throughput test here, but this is with an older SDK.