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
0
votes
1 answer

Android Things BLE peripheral encrypted write and read permissions

There isn't much documentation in regards to setting up a pin with a Bluetooth Low Energy peripheral device. In my Gatt service I have set the BluetoothGattCharacteristic.PERMISSION_WRITE_ENCRYPTED_MITM and receive a GATT_INSUFFICIENT_PERMISSION…
0
votes
1 answer

Can I implement an iOS App to act as a BLE service?

Can I implement an iOS App to act as a Bluetooth low energy service? I need to be able to programmatically define: a service UUID characteristics for the service a way to update the values of these a way to define the user permission of the…
mm24
  • 9,280
  • 12
  • 75
  • 170
0
votes
1 answer

Connect to bluetooth peripheral after reboot

I try to reconnect my peripheral after rebooting the phone. I'm using the location update callback to start the BLE connection process in background. The ble stack is correctly initialized in background (CBCentralManagerStatePoweredOn event…
fvisticot
  • 7,936
  • 14
  • 49
  • 79
0
votes
1 answer

Smartwatches supporting Android 5 BLE peripheral mode

Which Android wear smartwatches return true for the following check: BluetoothAdapter.getDefaultAdapter().isMultipleAdvertisementSupported(); ? On stackoverflow (Chipsets/Devices supporting Android 5 BLE peripheral mode) there is only a list…
user3734670
  • 370
  • 4
  • 15
0
votes
1 answer

Hide a connectable peripheral device

I am going to program a Bluetooth Smart peripheral device, but I am not quite sure how to achieve it. The peripheral shall only connect to one central device. Is it possible to tell during (general connectable) advertisement (using advertisement…
telephone
  • 1,131
  • 1
  • 10
  • 29
0
votes
1 answer

didDiscoverServices not called

We tried to read data for bluetooth devices to iphone. We flowed this https://github.com/paulw11/BTBackground .We got devices name and devices uuid number and connection also Fine.But we failed to get data.Please guide to us -(void)…
0
votes
1 answer

didDiscoverServices and didDiscoverCharacteristicsForService never call

We have one bluetooth devices.We using core_bluetooth.framework.Bluetooth Devices have data.We need to Get Data for bluetooth Devices to my iPhone.We tried like this -(void) centralManager:(CBCentralManager *)central…
-1
votes
1 answer

Android BLE advertising of Manufacturer ID

I am working on a ble projekt which is also planned to be released for iOS and Android. To have the best functionality in my concept for both operation systems I need a common Manufacturer ID. Since this is not changable for iOS my idea was to use…
1 2 3 4
5