After the PHY query, the multi_role_processStackMsg function will normally call back, but I found that after each restart, the first 8 queries did not call back, and only the 9th query started to call back. Now, what went wrong is shown below?


This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
After the PHY query, the multi_role_processStackMsg function will normally call back, but I found that after each restart, the first 8 queries did not call back, and only the 9th query started to call back. Now, what went wrong is shown below?


Hi
See the PHY query is by using HCI command. So it is better if capture the feedback under HCI command feedback.
file:///C:/ti/simplelink_cc13xx_cc26xx_sdk_6_20_00_24/docs/ble5stack/ble_user_guide/doxygen/ble/html/group___h_c_i.html#gab861d912273534c2be1b31cfa6564ce7
file:///C:/ti/simplelink_cc13xx_cc26xx_sdk_6_20_00_24/docs/ble5stack/ble_user_guide/html/ble-stack-5.x/phy.html?highlight=hci_le_readphycmd#undefined
Would you try with
case HCI_COMMAND_STATUS_EVENT_CODE and case HCI_LE_GET_PHY? Please refer to
file:///C:/ti/simplelink_cc13xx_cc26xx_sdk_6_20_00_24/docs/ble5stack/ble_user_guide/html/ble-stack-5.x/phy.html?highlight=hci_le_readphycmd#changing-phy
Best Regards,
Barbara