This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

broadcaster and peripheral role concurrently

I want to make a nRF51822 as broadcaster and peripheral role concurrently. It should have continuous broadcasting advertisement data under accepting connect-requests to notify another data.

I'm trying to modify 'Timeslot Advertiser' of 'nRF51-multi-role-conn-observer-advertiser' to be connectable but can't get to work it at this time. 'BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP' came from SoftDevice after connected though I couldn't find how to respond it.

Can anyone tell me how to establish connection with Timeslot API or any other way to role broadcaster and peripheral simultaneously?

Related