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 Change Write Type - rwblinn    Jan 5, 2026 Hi,
See post #3.
seeking for a solution to change the BLE2 write type from WRITE_TYPE_NO_RESPONSE to WRITE_TYPE_DEFAULT (write with response).
The device BuWizz2 Brick specifically requires... not take any command. The BLE connection is working OK.
Public Sub BuWizzWriteRaw(Data() As Byte... 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 BLE2 Library issue. ("Unknown Type: ble2") - JacoMuller (first post)    Jan 2, 2026   (1 reaction) Problem solved. My phone was running Android 11 and the BLE libraries are different for the newer and older versions of Android.... Page: 1   2   3   4   5   6   |