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.

ble

hi,

what is the difference between "state and data" considering bluetooth low energy devices.

  • Hi kiran,

    I'm not sure what exactly you are referring to, but in BLE, the device can be in different states, such as

    • Standby State

    • Advertising State

    • Scanning State

    • Initiating State

    • Connection State

    In each of these states, different types of packets are sent. For example, in the connection state, data packets are sent, in the advertising state, advertising packets are sent in a specific format specified in the specs, etc.