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

ble_peripheral connect to another ble_central?

Hi, When i read the ble_peripheral sample of the SDK, i have a question below. If my peripheral is connecting a central, then i use function sd_ble_gap_disconnect() to disconnect from that central; And i use function ble_advertising_start() restart the adversting, what should i do to connect another central not the central i have disconnected before? Thanks ~

Related