Hi ,
I tried to use the sample code of central and peripheral project "ble_app_hrs_rscs_relay" , to add a new service to connect with light and button peripheral by "lbs_c_init();"
which copied code from blinky_c project and added ble_lbs_c.c and ble_lbs_c.h in library.
The peripheral device Nordic_Blinky can be connected to it but it showed the error code "<error> nrf_ble_gq: SD GATT procedure (2) failed on connection handle 0 with error: 0x00000007", any idea to solve it?
Peripheral: nRF52840DK , FW: ble_app_blinky_c_pca10056_s140
Central and Peripheral: nRF52840DK , FW: ble_app_hrs_rscs_relay_pca10056_s140
SDK: nRF5_SDK_17.0.2
Thanks.
Patrick