hi,
i am doing a project where i am using a pca10040 board as central device and a another pca10040 board as peripheral device.
i am able to connect peripheral device using device address and found available primary or secondary services on connected device using "find_adv_uuid()" from "ble_app_hrs_c" example of sdk 14.2. now if peripheral device has custom service (128-bit uuid) or both custom services and primary services i will only get 128bit base uuid. now how to find available services on connected node and start receiving notification.
thanks.