Remove callback from peripheral.listen, make it an event handler for 'connect'- Fill in the rest of the peripheral methods
ErrorMTUFind InfoFind by TypeRead by TypeRead- Read Blob
- Read Multi
Read by GroupWriteWrite Cmd- Prep Write
- Exec Write
Handle Value Confirmation- Signed Write
Get rid of type lookups in peripheral, in favor of linear search of handles arrayFix reconnectHave characteristics emit event when value is written externally- Move ATT handlers from peripheral.js to att.js
- Have characteristics notify/indicate when value is written internally
- Clean up the debug logging
- Clean up the requires
- Figure out why access to hci0 requires root, but nothing else does
- Remove all Bluez code
- Run valgrind on code