Hi there friends,
I am trying to implement peripheral / central example using multiple peripherals.
I used a mix from central_multilink and central_uart and created a project.
Now i'm facing with LONG RANGE BLE.
I see that there's practically no example with it, even from the side of peripheral / central.
Is there anyone can help me ? Can I simply implement it using
BT_LE_ADV_OPT_CODED
option into adv options?
Is it possibile to have connectable adv and long range in the meantime ?
Is it possibile to have connectable adv and long range in the meantime ?
From the side of central I ised
.options = BT_LE_SCAN_OPT_CODED | BT_LE_SCAN_OPT_NO_1M,