Hi,
toolchain:-v3.1.0,sdk:v3.1.0. i am using the vscode software for the development
Basically i am trying to connect the peripheral using the address (mac:-7C:D9:F4:14:05:A8).in this my board NRF52833DK is working as the central. I am using the sample code which is available (NAME IS:-central) in that code i have added the mac address logic ,
after the build and flash i recevied the blow logs :-
Target device found: 7C:D9:F4:14:05:A8 (public) (RSSI -72, adv_type 0)
Device found: 7C:D9:F4:14:05:A8 (public) (RSSI -72)
Failed to connect to 7C:D9:F4:14:05:A8 (public) 2 BT_HCI_ERR_UNKNOWN_CONN_ID
Scanning successfully started
why the central is not connecting to my peripheral . when i am trying to connect with the nrf connect android app it will connect to that peripheral sucessfully but when i am tryaing to connect through central its failed to connect why?? its possiable that i amusing wrong sample code should i try to use the central_uart example ??
