Hello,
I am using SDK4.2 multirole example.
I came across this command HCI_EXT_SetFastTxResponseTimeCmd(HCI_EXT_DISABLE_FAST_TX_RESP_TIME);
in the description it is mentioned that :
* @note
* This command is only valid for a Slave controller.
*
* @warning When using a multi-role application, this feature must be disabled.
So as per the warning here it should be disabled for multi-role application and in note it is mentioned it is only applicable for Slave controller.
what exactly we need to change in multi-role application to disable the fast response,which place i need to add the disable command of multi-role application.
Please share any inputs on this.
Regards,
Atul