Skip to content

Commit

Permalink
Styling tweak to #246
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed Dec 4, 2016
1 parent 68dbe1a commit f6bf6f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/hci-socket/bindings.js
Expand Up @@ -123,10 +123,8 @@ BlenoBindings.prototype.onAddressChange = function(address) {
BlenoBindings.prototype.onReadLocalVersion = function(hciVer, hciRev, lmpVer, manufacturer, lmpSubVer) {
if (manufacturer === 2) {
// Intel Corporation
this._gatt.maxMtu = 23;
}

if (manufacturer === 93) {
this._gatt.maxMtu = 23;
} else if (manufacturer === 93) {
// Realtek Semiconductor Corporation
this._gatt.maxMtu = 23;
}
Expand Down

0 comments on commit f6bf6f6

Please sign in to comment.