B4A Question BLE2 Library additional functions - wes58    Aug 9, 2021   (8 reactions) upgrade the BLE2 library.
1. Thanks to Erel, you can download the library source code (of all internal... the library that you want to have. Note: BLE2 library is an internal library, so you want to give modified... B4A Question BLE2 - How to read a Bluetooth characteristic descriptor? - emexes    Feb 9, 2019 . The descriptor shows up in a BLE Analyser app, alongside the 0x2902 notify descriptor for the same characteristic... B4A Tutorial BLE nRF Connect pre-BLE2 problem solving - emexes    Dec 27, 2022   (5 reactions) It is surprising how often the basics get missed, when embroiled in heat of battle of programmer vs hardware, operating system, complex apis and libraries, etc.
I have found that whenever my BLE2... Wish Implementation of onPhyRead / onPhyUpdated in new/updated BLE2 library - OliverA    Mar 28, 2024 Using BluetoothGatt, the way to set the Phy is via setPrefferedPhy and to read the Phy is to use readPhy. Both methods communicate their results using callbacks via the BluetoothGattCallback. This wish is to expose the callbacks onPhyRead and onPhyUpdate. This would round out (actually implement every callback in BluetoothGattCallback) the already excellent updated BLE2 library.... B4A Tutorial Discovering iBeacon devices with BLE2 library - Erel    Dec 7, 2015   (4 reactions)   tags: Erel 38740 This example uses the BLE2 library to continuously scan for BLE devices, looking for iBeacons. It never connects to any device. It parses the advertising data and calculates the distance...) If b.Length > 4 And b(0) = 0x4c And b(1) = 0 And b(2) = 0x02 And b(3) = 0x15 Then Dim...(b, False) Dim hex As String = bc.HexFromBytes(b) beacon.uuid = hex.SubString2(8, 40) 'bytes 4 - 19 beacon.uniqueid = hex.SubString2(8, 48) 'this also includes the major... B4A Question [SOLVED] BLE2 and java.lang.StackOverflowError: stack size 8MB - Star-Dust    Feb 29, 2024 My Android device connects with a peripheral with the BLE2 library. Everything works correctly.
When I request the LOGs that are 5k long, it gives me an error. It seems like it's over the limit... B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (30 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE with RuntimePermissions. Otherwise scanning will fail with a message visible in the unfiltered logs. BLE2...This library replaces the previous BLE library. It is simpler to use and it is more powerful. Its API is based on B4i iBLE library which makes it easy to reuse B4i code. See the iBLE tutorial: https://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content Tips & Notes - You can call Manager.Scan2 with AllowDuplicates set to True if you want to monitor the state... B4A Question BLE2 example not working for me - Hamied Abou Hulaikah    Jun 8, 2023 this example:
https://www.b4x.com/android/forum/threads/b4x-ble-2-bluetooth-low-energy.59937/
it is not working for me anymore, it still in scanning forever without discovering/connecting !!
No error thrown!
I'm using B4A 12.20
Any suggestion..... B4A Question B4A BLE2 Multiple Connection Problem - Lvh    Nov 26, 2017 Hi Erel, I have created a Galaxy S8 Central controlling 2 BLE Devices, using the BLE2 V1.35... Manager1 Buttons Set ------> Device1 Manager2 Buttons Set ------> Device2 My problem is about the multiple connection : - When connect with success the manager1 to Device1, I can't connect the manager2 to Device2 - Inversely, when connect with success the manager1 to Device2, I can't connect the manager2 to Device1... B4A Question BLE2.SetNotify() NullPointer exception - microfan (first post)    Oct 17, 2025   (1 reaction)
The exception happens at this codeblock in the BLE2 library:
...
...
Line 355 in your stack... was really buggy (claiming a "PROPERTY_NOTIFY" not correctly implemented) or the B4A BLE2... Page: 1   2   3   4   5   6   |