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.

GAPROLE_ERROR problem

Hi All,

I use the BLE_STACK 1.4.0 ,test the SimpleBLEBroadcast project. As you know that , the original advertise type in this project is GAP_ADTYPE_ADV_NONCONN_IND. It works well. But  I change the type to GAP_ADTYPE_ADV_IND , the GAPROLE_ERROR happens. what causes this case?

Thanks

  • Hello,

    As per the BT core specification v4.0, the Broadcast role is non-connectable. Thus, the error you receive is expected when trying to transmit a connectable advertisement (GAP_ADTYPE_ADV_IND).

    Best wishes