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.

Flow of application and profile

Other Parts Discussed in Thread: CC2540, BLE-STACK

Hello

I worked application and profile developement for cc2540 .

May I know basic flow diagram of application and general profile for both role master and slave device.
which API is used in it of TI stack

Thanks in advance

  • Hi Amit,

    The only documentation we have is the Sample Applications Guide along with the Software development Guide included in the BLE stack installer (www.ti.com/ble-stack).

    Use SimpleBLEPeripheral as slave reference and SimpleBLECentral as Master reference.

    Best Regards

    Joakim

  • Hi joakim 

    Thanks for giving reference but i want to know one flow with API which used in ti ble stack . there is some standard flow that I want to know

    BR

    Amit SIngh

  • Hi Amit,

    That was my point, the API flow is shown in the init functions of the projects, example in SimpleBLEPeripheral_Init;

    • Setup GAP Parameters
    • Setup GATT Server
    • Setup Bond Manager
    • etc.

    This is well described in the documentation, however not in flow chart as you request.

    Best Regards, 
    Joakim

  • Hi joakim

    Thanks for response. But TI is broad stack and use by most of the developer . So i think TI have also provide this thing to developer for easy understand in future. But it ok . I just go through once pdf whatever you suggest.

    Thanks & Regards

    Amit SIngh