This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Change UUID programatically

I would like to change UUID programatically,initially we are trying to establish connection between phone and beacon. We tried to change BLE_GAP_ADV_TYPE_ADV_NONCONN_IND to BLE_GAP_ADV_TYPE_ADV_IND and added m_adv_params.interval = NON_CONNECTABLE_ADV_INTERVAL in advertising_init(), but beacon stopped transmitting. Can any one help me?

We are using ibeacon example for this.

Related