Generally the plan is something like:
script-tests
Move tests such as:
characteristic-device-disconnects-invalidates-objects.js
becomes:
characteristic/device-disconnects-invalidates-objects.js
In addition:
Move all of the gatt-op-* tests into characteristic/
We'll move the existing files to a structure that looks like:
requestDevice
device
gattserverdisconnected-event
service
getCharacteristic
getCharacteristics
server
getPrimaryService
getPrimaryServices
connect
disconnect
characterisitc
startNotifications
stopNotifications
readValue
writeValue
getDescriptor
getDescriptors
notifications
Comment 1 by rbyers@chromium.org
, Nov 28 2016