Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
brycejacobs committed Oct 8, 2015
1 parent 015cca9 commit 8505bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hci-socket/gatt.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ Gatt.prototype.addService = function AddGATTService(service, indicate){
* to be added to take the first spot AFTER our last service that's on the array.
*/
var lastServiceIndex = null;
console.log(handles);
for(var i = 0; i < handles.length; i++){
var handle = handles[i];
console.log(handle);
Expand Down

0 comments on commit 8505bfa

Please sign in to comment.