`GATTServer` should not be sending GATT notifications to the connected client that wrote the value. - [x] If the Peripheral wrote a new value, all connected clients should be notified. - [x] If a Central wrote a value, all connected centrals, except the one that wrote the value, should be notified.
GATTServershould not be sending GATT notifications to the connected client that wrote the value.