blecent_custom_gatt_operations() function
Performs 3 operations on the remote GATT server. 1. Subscribes to a characteristic by writing 0x10 to it's CCCD. 2. Writes to the characteristic and expect a notification from remote. 3. Reads the characteristic and expect to get the recently written information.
Syntax
static void
blecent_custom_gatt_operations(const struct peer* peer);