Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
hachc_2137126
Level 5
Level 5
10 likes given 5 likes given First like received

Hi,

  Referring to post Connection Interval and Connection Slave Latency What if we need the 20737 as master role to change the parameter to slaves? Any other API?

lel2cap_sendConnParamUpdateReq() can be used anytime when there is a connection (so outside connection up callback is OK too) with a peer device. This however is only a request from the slave to the master to change the connection parameters (only the master can change these).

  Another question is about the call back function 'lel2cap_handleConnParamUpdateReq', is this the callback when parameter update request coming from master or slave role or BOTH?

0 Likes
1 Solution

" Do we have further comment on the usage of callback 'lel2cap_handleConnParamUpdateReq'? And how does a master (20737 running as master role) to handle different connection update requests coming from different slaves?"

Take a look at Proximity_Client as I believe it handles multiple requests from different slaves at a fairly frequent interval.

View solution in original post

0 Likes
4 Replies