From da582ddd87748158488df1a035eae3f778c9a637 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Fri, 8 Mar 2024 13:42:36 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8c76eed..f99ecd4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ Have fun with Zebra's devices :) ## Change Log !!! + +## Added new method DIHelper.getBtMacAddress to retrieve Bluetooth Mac Address. + ### 1. Change of REPOSITORY ### 2. UPDATED FOR A13... ### 3. Added a Sample repository running on <=A13 @@ -29,6 +32,11 @@ https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample Look for "TODO: MANDATORY FOR DeviceIdentifierWrapper" to find what you need to add to your AndroidManifest.xml and build files. +## V0.9 to V0.10 : Get Bluetooth Mac Address +```text + Added method DIHelper.getBtMacAddress to retrieve device's Bluetooth Mac Address +``` + ## V0.8 to V0.9 : Updated for A13 ```text Added BIND_NOTIFICATION_LISTENER_SERVICE permission