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.

CC256XM4BTBLESW: How to enter LE mode

Part Number: CC256XM4BTBLESW
Other Parts Discussed in Thread: EK-TM4C123GXL

Dears:

    We use EK-TM4C123GXL launch Pad to test CC256X with software CC256x M4 Bluetopia SDKv1.2 R2.

We refer  to below link:

processors.wiki.ti.com/.../CC256x_TI_Bluetooth_Stack_SPPLEDemo_App

We want to know which command can enter to  LE mode?  Default is SPP + LE mode.

Thank you!

  • Humm. If, you are using the demo application along with the SDK, it should have already enabled LE. Your question is not clear. What, do you mean by Default is SPP+LE mode?

    Thanks
  • Hari Nagalla,

    Thanks for your reply.

    When we key commond: Client on the Board,  The mode is SPP+LE.

    We want to use LE Mode only now.  Which command can change to LE Mode? Thanks!

    We want to use LE Mode as below.

  • It is just a prompt in the demo app to indicate, that we are using SPP with LE GATT profile. LE is infact enabled.. Please, check "SPPLEDemo.c" in the sample applications of the SDK.

    void DisplayPrompt(void)
    {
    Display(("\r\nSPP+LE>"));
    }


    Thanks