Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
giladototo committed Jun 19, 2014
1 parent 0e92cb6 commit 6547d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
BTWiz is an internal library developed & used by my team: www.mobileedge.co.il in Android Bluetooth projects for the last 3 years.
It is hereby released as an open source project.

Using BTWiz saves us a significant amount of time and error-handling when kickstarting a n ew Bluetooth project. We encourage you to enjoy these benefits in your next Bluetooth-enabled app.

For licensing details please visit http://www.apache.org/licenses/LICENSE-2.0

If you wish to comment on/contribute to BTWiz, feel free to contact me directly.
Expand Down Expand Up @@ -74,8 +76,6 @@ BTWiz deals internally with a lot of the Bluetooth initial wiring complexities w
- If the above failed in INSECURE mode activate by reflection "createInsecureRfcommSocket" to create socket<br/>


Using BTWize saves us a significant amount of time and error-handling. We encourage you to enjoy these benefits in your next Android Bluetooth project.


### Installation
Simply add BTWiz_xxx.jar to your project's libs/ folder. Make sure your manifest contains BLUETOOTH permission and, if admin-level ops are used, also BLUETOOTH_ADMIN permission.
Expand Down

0 comments on commit 6547d8d

Please sign in to comment.