Skip to content

Commit

Permalink
linux work
Browse files Browse the repository at this point in the history
  • Loading branch information
brycejacobs committed Sep 21, 2015
1 parent b4a53ff commit a840872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hci-socket/gatt.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ util.inherits(Gatt, events.EventEmitter);

Gatt.prototype.addService = function AddGATTService(service, indicate){
var handles = this._handles;
indicate = indicate || true;
indicate = indicate === undefined ? true : indicate;

var serviceHandles = [];
serviceHandles.push({
Expand Down

0 comments on commit a840872

Please sign in to comment.