File tree Expand file tree Collapse file tree 5 files changed +2700
-749
lines changed
Expand file tree Collapse file tree 5 files changed +2700
-749
lines changed Original file line number Diff line number Diff line change 1+ ** 2.0.1**
2+
3+ - Fixed ` onDisconnected() ` callback on Android
4+ - Fixed possibility of wrong characteristics being used on Android if they shared the same UUID
5+
16** 2.0.0**
27
38- Update direct dependency to Multiplatform Ble Adapter
Original file line number Diff line number Diff line change @@ -43,11 +43,10 @@ for the old instructions or [migration guide](./docs/MIGRATION_V1.md).
4343
4444## Recent Changes
4545
46- ** 2.0.0 **
46+ ** 2.0.1 **
4747
48- - Update direct dependency to Multiplatform Ble Adapter
49- - Remove support for RN version < 0.60
50- - Fixed Typescript ` callbackType ` type definition.
48+ - Fixed ` onDisconnected() ` callback on Android
49+ - Fixed possibility of wrong characteristics being used on Android if they shared the same UUID
5150
5251[ All previous changes] ( CHANGELOG.md )
5352
Original file line number Diff line number Diff line change 22< html lang ="en ">
33< head >
44 < meta charset ='utf-8 '>
5- < title > react-native-ble-plx 2.0.0 | Documentation</ title >
5+ < title > react-native-ble-plx 2.0.1 | Documentation</ title >
66 < meta name ='description ' content ='React Native Bluetooth Low Energy library '>
77 < meta name ='viewport ' content ='width=device-width,initial-scale=1 '>
88 < link href ='assets/bass.css ' rel ='stylesheet '>
1515 < div id ='split-left ' class ='overflow-auto fs0 height-viewport-100 '>
1616 < div class ='py1 px2 '>
1717 < h3 class ='mb0 no-anchor '> react-native-ble-plx</ h3 >
18- < div class ='mb1 '> < code > 2.0.0 </ code > </ div >
18+ < div class ='mb1 '> < code > 2.0.1 </ code > </ div >
1919 < input
2020 placeholder ='Filter '
2121 id ='filter-input '
You can’t perform that action at this time.
0 commit comments