I've recently been playing around with Bluetooth Developer Studio, and I can see it's potential despite it having a few annoying bugs.
I've set up a custom service by re-purposing the Battery Service for now (For some reason I couldn't get an exact copy of the battery service to actually send any sort of data value despite my best efforts). Now I'm trying to figure out how to actually pass data from read from the TWI into these characteristics and have them update.
I can't seem to understand where I should be putting data to make this happen. Am I missing something obvious here?