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

error: #167: argument of type "void (*)(ble_db_discovery_evt_t *)" is incompatible with parameter of type "ble_db_discovery_init_t *"

Hi All,

I'm trying send custom board(nrf52832) sensor data to DK by ble uart and multilink.

When I build the code in Keil. I got the message: 

..\..\..\main.c(544): error:  #167: argument of type "void (*)(ble_db_discovery_evt_t *)" is incompatible with parameter of type "ble_db_discovery_init_t *"

Can someone help me? Please....

Thank you all.

Related