From 408e0e4bc250c09d4b987a5f3429ba11301aa60d Mon Sep 17 00:00:00 2001 From: Wojciech <15485798+bor-ski@users.noreply.github.com> Date: Mon, 9 Aug 2021 06:31:00 +0200 Subject: [PATCH] replaced polidea with intent in readme.md (#880) Co-authored-by: Woj <15485798+w-bo@users.noreply.github.com> --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 33d5ebb0..300d30b4 100644 --- a/README.md +++ b/README.md @@ -9,30 +9,30 @@ ## About this library -This is React Native Bluetooth Low Energy library wrapping [Multiplatform Ble Adapter](https://github.com/Polidea/MultiPlatformBleAdapter/). +This is React Native Bluetooth Low Energy library wrapping [Multiplatform Ble Adapter](https://github.com/dotintent/MultiPlatformBleAdapter/). It supports: -- [observing device's Bluetooth adapter state](https://github.com/Polidea/react-native-ble-plx/wiki/Bluetooth-Adapter-State) -- [scanning BLE devices](https://github.com/Polidea/react-native-ble-plx/wiki/Bluetooth-Scanning) -- [making connections to peripherals](https://github.com/Polidea/react-native-ble-plx/wiki/Device-Connecting) -- [discovering services/characteristics](https://github.com/Polidea/react-native-ble-plx/wiki/Device-Service-Discovery) -- [reading](https://github.com/Polidea/react-native-ble-plx/wiki/Characteristic-Reading)/[writing](https://github.com/Polidea/react-native-ble-plx/wiki/Characteristic-Writing) characteristics -- [observing characteristic notifications/indications](https://github.com/Polidea/react-native-ble-plx/wiki/Characteristic-Notifying) -- [reading RSSI](https://github.com/Polidea/react-native-ble-plx/wiki/RSSI-Reading) -- [negotiating MTU](https://github.com/Polidea/react-native-ble-plx/wiki/MTU-Negotiation) -- [background mode on iOS](https://github.com/Polidea/react-native-ble-plx/wiki/Background-mode-(iOS)) +- [observing device's Bluetooth adapter state](https://github.com/dotintent/react-native-ble-plx/wiki/Bluetooth-Adapter-State) +- [scanning BLE devices](https://github.com/dotintent/react-native-ble-plx/wiki/Bluetooth-Scanning) +- [making connections to peripherals](https://github.com/dotintent/react-native-ble-plx/wiki/Device-Connecting) +- [discovering services/characteristics](https://github.com/dotintent/react-native-ble-plx/wiki/Device-Service-Discovery) +- [reading](https://github.com/dotintent/react-native-ble-plx/wiki/Characteristic-Reading)/[writing](https://github.com/dotintent/react-native-ble-plx/wiki/Characteristic-Writing) characteristics +- [observing characteristic notifications/indications](https://github.com/dotintent/react-native-ble-plx/wiki/Characteristic-Notifying) +- [reading RSSI](https://github.com/dotintent/react-native-ble-plx/wiki/RSSI-Reading) +- [negotiating MTU](https://github.com/dotintent/react-native-ble-plx/wiki/MTU-Negotiation) +- [background mode on iOS](https://github.com/dotintent/react-native-ble-plx/wiki/Background-mode-(iOS)) - turning the device's Bluetooth adapter on It does NOT support: - bluetooth classic devices. - communicating between phones using BLE (Peripheral support) -- [bonding peripherals](https://github.com/Polidea/react-native-ble-plx/wiki/Device-Bonding) +- [bonding peripherals](https://github.com/dotintent/react-native-ble-plx/wiki/Device-Bonding) ## Compatibility -This version (2.x) breaks compatibility with old RN versions. Please check [old README](./docs/README_V1.md) (1.x) +This version (2.x) breaks compatibility with old RN versions. Please check [old README](./docs/README_V1.md) (1.x) for the old instructions or [migration guide](./docs/MIGRATION_V1.md). | React Native | 2.0.0 | @@ -47,24 +47,24 @@ for the old instructions or [migration guide](./docs/MIGRATION_V1.md). **2.0.2** - Updated MultiplatformBleAdapter to version 0.1.7. - Added support for BleMulator -- Removed destroying of client upon catalystInstanceDestroy. +- Removed destroying of client upon catalystInstanceDestroy. - Updated CI to RN 0.63.3 [All previous changes](CHANGELOG.md) ## Documentation & Support -Interested in React Native project involving Bluetooth Low Energy? [We can help you!](https://www.polidea.com/react-native) +Interested in React Native project involving Bluetooth Low Energy? [We can help you!](https://withintent.com/?utm_source=github&utm_medium=github&utm_campaign=external_traffic) -[Learn more about Polidea's React Native services](https://www.polidea.com/services/react-native/?utm_source=Github&utm_medium=Npaid&utm_campaign=Tech_RN&utm_term=Code&utm_content=GH_NOP_RN_COD_RNB001). + [Documentation can be found here](https://dotintent.github.io/react-native-ble-plx/). -[Quick introduction can be found here](https://github.com/Polidea/react-native-ble-plx/blob/master/INTRO.md) +[Quick introduction can be found here](https://github.com/dotintent/react-native-ble-plx/blob/master/INTRO.md) -Contact us at [Polidea](https://www.polidea.com/project/?utm_source=Github&utm_medium=Npaid&utm_campaign=Kontakt&utm_term=Code&utm_content=GH_NOP_KKT_COD_RNB001). +Contact us at [intent](https://withintent.com/contact-us/?utm_source=github&utm_medium=github&utm_campaign=external_traffic). Contact us at [Gitter](https://gitter.im/RxBLELibraries/react-native-ble) if you have any questions, feedback or want to help!