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.

RTOS/CC2640: GENERIC ATTRIBUTE characters not found

Part Number: CC2640


Tool/software: TI-RTOS

Hi, 

I am trying to migrate my BLE sensor tag project from tirtos_simplelink_2_11_01_09 to tirtos_cc13xx_cc26xx_2_20_01_08. And BLE version 2.0 to 2.2.

Everything was done. But while trying to connect with mobile, All the services has characters, But GENERIC ATTRIBUTE alone not have the characters.

So the device is not connected with mobile.

GENERIC ATTRIBUTE

0x1801

PRIMARY SERVICE

  • Hello,

    I doubt this is the reason for the connection problem, but you can enable L2CAP_COC_CFG in your stack build_config.opt file to support the Service Changed Ind in the firmware.

    Did you also clear your phone's BT share cache (Android)?

    Best wishes