HCI_LE_CTE_Request_Failed may be generated in case received LL_CTE_RSP PDU didn't contain CTE or if peer rejected the request. HCI function encode_data_ctrl responsible for dispatching received control PDUs should not expect a PDU with PDU_DATA_LLCTRL_TYPE_CTE_REQ opcode. It should never happen. The correct opcode here is PDU_DATA_LLCTRL_TYPE- _CTE_RSP. Result of this issue is an assert when LL_CTE_RSP PDU is received but it does not include CTE. The commit fixes the problem. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| nordic | ||
| openisa | ||
| hci_driver.c | ||
| hci_internal.h | ||
| hci_user_ext.h | ||
| hci.c | ||