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.
Replies: 7
Views: 499
Part Number: CC2564
Tool/software: Code Composer Studio
Hi,
We have a Bluetooth Classic keyboard that is using CC2564MODN module with a MSP430F5529. FW for this product is based HID demo application and has no problem discovering and pairing with Windows or Android OS. When pairing with iOS 12 device the keyboard is not even discoverable.
Does anyone experiences similar issue with iOS?
Thanks for your help.
In reply to Vihang Parmar:
In reply to przemkop:
przemkopI'm using BT stack for CC256xB with the latest service pack Rev 1.6.
Do you mean you are using the TI stack for CC256xB (e.g. CC256XMSPBTBLESW) or is it a third party stack?
Best regards,
Vihang
Hi Vihang,
I managed finally to make the device be discoverable with iOS by assigned the class of device to the code. For some reasons it was not required with Android and Windows OS.
Next issue I'm having is selecting the right correct class of device. From the website calculator I found that for my combo keyboard/pointing device I should select 0x0005C0 but it didn't work.
I tried several other service/class device combination and the only one that worked was 0x240420. Any idea why 5C0 would not be recognizable?
Thanks,
Andrew
In reply to Hari Nagalla: