Hello,
I have 2 pieces of Sparkfun nrf52840 mini boards. On the first board, I uploaded the code from '\nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_multilink_central\' and on the second board, the code from 'nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_blinky\'. I know that the central board is searching the peripheral by 'Nordic_Blinky' name. Instead of searching by name, I want to search by the MAC address. Is this possible?
What functions have to be modified to do this or do you have an example code?
Thank you.