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.

CC2564C: BLE Inquiry Fails (the error is "not allowed" )

Part Number: CC2564C

My device with CC2564C supports dual mode bluetooth.

According to TI document AVPR and BLE are exclusive, so i understand why BLE inquiry always fails when WBS is ongoing.

But the BLE inquiry still fails after wbs is stopped.   Do you met the same issue? Could you help taking a look? Thanks!

The test case is as following:

1. start Classic bluetooth inquiry and BLE inquiry  (the two inquiries are ok)

2.HCI_VS_AVPR_Enable 0xFD92  0x01, 0x00, 0x01, 0x0000

3.HCI_Vs_Wbs_Associate 0xFD78, 0x1

4.HCI_VS_Write_CODEC_Config 0xFD06

5.HCI Voice setting

6.Establish SCO connection (WBS, at this time the ble inquiry fails, the response code from CC2564C is "not allowed"

7.Disconnect SCO connection

7.HCI_Vs_Wbs_Disassociate 0xFD79

8.Send_HCI_VS_BLE_Enable 0xFD5B 0x01, 0x01

9. After wbs stops, the BLE inquiry still fails (the error code is "not allowed") even if "Send_HCI_VS_BLE_Enable 0xFD5B 0x01, 0x01" has been set.

If don't reset BT chip, the BLE inquiry can't recovery.