Hi, I use s120 stack and ble_app_multilink_central I use function sd_ble_gattc_primary_services_discover(p_client->conn_handle, start_handle, NULL) for discover services. But in table p_ble_evt->evt.gattc_evt.params.prim_srvc_disc_rsp.services[i] i get only UUIDs with tupe BLE_UUID_TYPE_BLE. how can I dyscover all services, with UUID type >BLE_UUID_TYPE_VENDOR_BEGIN
Thanks!