Hi all,
I am trying to write an iOS app that reads characteristics from SimpleBLEPeripheral through notifications. I believe characteristic 4 is configured to enable notification, but I was not able to read that to iOS. I read from other posts that I need to turn on a configuration. I tried GATTServApp_WriteCharCfg(connHandle,simpleProfileChar4Config,GATT_CLIENT_CFG_NOTIFY), but it didn't work. Can anyone help me on how to turn on notification?
Thanks,
Chushi