Questions tagged [bluetooth-peripheral]

A Bluetooth peripheral device is generally defined as any auxiliary device such as a computer mouse or keyboard that connects to and works with the computer with a Bluetooth connection

68 questions
1
vote
0 answers

Android BLE Notification Device WakeUp

I'm using rxAndroidBLE to develop a companion app for a BLE peripheral that triggers alarms on the device. The problem I'm having is that the notifications for the alarm are not properly triggering the alarm on the device. I'm guessing that it's…
1
vote
1 answer

Is it posssible to use Poledia/react-native-ble-plx to turn iOS device into iBeacon?

I'm developing an app in React Native for iOS and Android, it will use BLE to emit an UUID for an external device to find. The other device functions as the central. So is it possible to use Poledia/react-native-ble-plx to set the device in…
1
vote
1 answer

iOS Apps that access the same BLE peripheral: How to distinguish?

I have to following scenario: My app requests and receives data from an BLE peripheral (a glucometer). It it possible that the user has another app (from another developer) installed, that also communicates with the peripheral. I noticed that my app…
1
vote
0 answers

Android BLE as Peripheral Multiple Advertising Issue

I am working on Android BLE as a peripheral connected to a custom device that runs Nordic NRF51 as a central. The project requires Android peripheral to connect to two NRF51 central devices. Android is advertising two different Advertisement UUIDs…
1
vote
1 answer

Android BLE Peripheral Mode: custom characteristics not detected

I am trying to implement a BluetoothGattServer on a Sony SmartWatch 3. I can sucessfully open a Gatt server as well as advertise. Using the BLE Scanner application, I have inconsistent results while discovering my custom services and its custom…
1
vote
0 answers

jetsam criteria for closing an app

I have an iOS app connected to a peripheral and as such running in the background. Sometimes when there is a low memory situation, jetsam decides to close my app even though according to the jetsam log it is not the largest running process. So far…
AvDev
  • 11
  • 2
1
vote
0 answers

Android as BLE peripheral does not show the CCCD descriptor when central discovers services, characteristic and descriptors being advertised

When my central device tries to discover the services, characteristics and its descriptor everything is discovered fine but when the central device tries to search for the Client Configuration Characteristic Descriptor for a characteristic which has…
1
vote
1 answer

Peripheral not connecting to iOS

I'm attempting to connect a bluez peripheral to an iOS device; it's not working. Please find below logs on peripheral side. I'm advertising using hciconfig hci0 leadv but I don't see any "Connect" option on Scanner applications on phone. Also…
brajesh
  • 23
  • 3
1
vote
0 answers

BR / EDR / LE Android Kitkat combo issue

I'm trying to send 2 chunks of 20 bytes in BLE from Central to peripheral. Its all fine. after that i want to send a image using classic socket connection. Image is transferred in Lollipop but not in kitkat or jelly bean. Can somebody help me with…
1
vote
1 answer

Android Bluetooth Low Energy peripheral - Connection loss after bonding

I am implementing Bluetooth Low Energy's HID over GATT (HOGP) profile on Android Lollipop. My target is to use the phone as a keyboard/mouse, which can just plug and play with the default BLE (HID) drivers in Windows 8.1 laptop. The Android phone is…
j.m
  • 11
  • 2
1
vote
0 answers

How to make my android app connectable to BLE headset?

I'm working on android application that acts like BLE Peripheral (using Nexus 9 which is able to work like BLE Peripheral) so it provides some services and characteristics. I'm able to interact with it and it's ok. How can i make it connectable to…
4ntoine
  • 19,816
  • 21
  • 96
  • 220
1
vote
1 answer

Android: BLE without "peripheral” role?

I have simple task to write app that connects and add communication between 2 Android devices. And what I found out ? That Android BLE do not support "peripheral” role. 1) So thats mean that I cannot connect one android "central" device with onother…
Jim
  • 8,874
  • 16
  • 68
  • 125
0
votes
0 answers

Android device as peripheral, Skips pair dialog

I'm developing an Android app that utilizes Bluetooth Low Energy (BLE) functionality. In my app, my device acts as a periphera. However, I've noticed that the pairing prompt dialog, which the Android system normally displays, is being skipped during…
0
votes
0 answers

How to add descriptor UUID while using CoreBluetooth framework

let descriptor_uuid_configure: CBUUID = CBUUID(string: CBUUIDCharacteristicUserDescriptionString) let descriptor = CBMutableDescriptor(type: descriptor_uuid_configure, value: nil) let dataSenderCharacteristic = CBMutableCharacteristic(type:…
Anjali
  • 1
  • 1
0
votes
1 answer

Peripheral BLE - Can Simulate BLE device on IOS using Flutter?

Is there any Flutter library to simulate BLE device on iOS? Referred below link. But not working... https://github.com/juliansteenbakker/flutter_ble_peripheral https://github.com/dotintent/FlutterBleLib