My reader is using SDK 4.10.0.10
After the coded phy update procedure is completed, the reader and sensor are sending coded phy 12kbps'
my questions are:
- Is there a way to start with 500kbps after the update procedure?
- I can change the reader tx to 500 kbps, by calling HCI_LE_SetPhyCmd(scConnHandle, 0, HCI_PHY_CODED, HCI_PHY_CODED, LL_PHY_OPT_S2);
- does each party control it's own coded phy tx (S =2, or 8) and cannot be negotiated?
- how does the reader inform the sensor to transmit at 500kbps?
Tony