Skip to content

Commit 29a1a95

Browse files
committed
Merge branch 'release/v0.0.19'
2 parents c20c318 + 9d5e813 commit 29a1a95

27 files changed

+197
-14
lines changed

BLE-MIDI-library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ publishing {
5858
release(MavenPublication) {
5959
group = 'jp.kshoji'
6060
artifactId = 'ble-midi'
61-
version = '0.0.18'
61+
version = '0.0.19'
6262

6363
afterEvaluate {
6464
from components.release

BLE-MIDI-library/src/main/java/jp/kshoji/blemidi/central/BleMidiCallback.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@ public void onServicesDiscovered(final BluetoothGatt gatt, int status) {
141141
public void run() {
142142
// this calls onCharacteristicRead after completed
143143
gatt.readCharacteristic(manufacturerCharacteristic);
144-
if (gattRequestQueue.size() > 0) {
145-
gattRequestQueue.remove(0).run();
146-
}
147144
}
148145
});
149146
}
@@ -155,9 +152,6 @@ public void run() {
155152
public void run() {
156153
// this calls onCharacteristicRead after completed
157154
gatt.readCharacteristic(modelCharacteristic);
158-
if (gattRequestQueue.size() > 0) {
159-
gattRequestQueue.remove(0).run();
160-
}
161155
}
162156
});
163157
}
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
076c69913cbb46c2095fe4b72b102b57
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
101ead1f176675b92b4896aa31cfbac75420766b
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d587ee96484eb83bf2aafa0087b8b7754d0ca64f21e6c8e0183841c77c0bcde3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
33ee3ce71499fddf1f9ed20401459378eb86be8256a96b93472937039f350f41e5722db27bb879d6cdfdb338c01d72c1b8dcbef7ce3d1ee6e015d8017fbeebca
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5f430040ca8d369b5258ecb101c8e023
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
df0436aa2fdbc9263b9b1b22c045bc2c105f7b1d

0 commit comments

Comments
 (0)