ble2

  1. J

    Android Question BLE Peripheral - advertising data

    Playing around with the BLE peripheral library, I'm wondering if it's possible to change the advertising data. When doing a BLE scan with a RedBear Duo, it shows me: reportCallback: The advEventType: 0 The peerAddrType: 1 The peerAddr: 64 D6 55 74 E2 D9 The rssi: -55 The advertising data: 2 1...
  2. E

    Android Question BLE2 - Reading RSSI

    Hi, I'm trying to read rssi value from a BLE device connected but the event Manager_RssiAvailable never rise. I've tried with a pair of devices and the result is the same in both cases. I'm using a service: Sub Service_Start (StartingIntent As Intent) Manager.Initialize("Manager")...
  3. D

    Android Question Bluetooth enable/disable

    I have an android app using BLE2, but BLE2 doesn't have functions to turn the Bluetooth Adapter on or off. Is it possible to add the BluetoothAdmin lib to my app along with BLE2? Will they play nicely together? :) Thanks!
Top