Questions tagged [ios-bluetooth]

282 questions
0
votes
1 answer

Import BluetoothManager private framework in IOS

I need to import the BluetoothManager Private Framework on my IOS 7 . I need to build a test app that would scan / discover and list nearby Bluetooth devices . I referred to the following link mentioned in S.O iOS 6 - BluetoothManager framework -…
sim
  • 249
  • 7
  • 17
-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
votes
1 answer

How to filter and follow bluetooth mac adresses

For a work project, I have a list of bluetooth mac with their appearance and disapearance times from a moving sensor. I would like to filter theses MAC adresses and to know if they are following my sensor. First, I'm getting the duration of each mac…
-1
votes
1 answer

SwiftUI how to call or notify scenedelegate from a view

I have some code (bluetooth manager) that I want to implement as a singleton for the application. I read many tutorials online about passing environment variable & using observed object to share states, which is useful to pass data from scene…
Fangming
  • 24,551
  • 6
  • 100
  • 90
-1
votes
1 answer

Swift: Getting the current state of the authorization of the Bluetooth

I am currently implementing the bluetooth permission on my application. I use CBManager.authorization to get the current state of the authorization but it is only for ios 13.1. This is an open var class authorization and there is another one as a…
jorjj
  • 1,479
  • 4
  • 20
  • 36
-1
votes
2 answers

Get name of bluetooth connected device to ipad

Any iOS device can connect to Bluetooth tethering of any other device be it Android ,Mac anything. So when iOS device connects to Bluetooth tethering , in settings app we can see the name of that device as connected. I Just want that connected…
-1
votes
1 answer

how to scan the Bluetooth other iphone?

I'm trying to look for other iphone via bluetooth with iphone app written in objective-C. I was inspired by this plugin to cordova: github.com/don/cordova-plugin-ble-central by changing the part related to scanning:…
-2
votes
1 answer

iOS: Bluetooth Sharing

I see there is a "Bluetooth Sharing" section under iOS 7/8's Privacy settings: I have a couple questions about this: What framework is used to access this? Is this iOS to iOS device only, or can it be iOS to Android, or iOS to some other…
DDPWNAGE
  • 1,423
  • 10
  • 37
-2
votes
1 answer

Send image file between Android and iPhone by bluetooth

I need a your help I'm making a file transfer app By Bluetooth and Wifi But i can't find how send files from Android to iPhone by bluetooth 1 ) How send files from Android to iPhone ?? 2 ) Where is sample codes ?
-3
votes
1 answer

How do I search device using core Bluetooth?

In my iOS app, I want to search device using swift 3. How do I implement this functionality in my app using core Bluetooth?
mab
  • 225
  • 3
  • 10
-3
votes
1 answer

How to print a receipt to a bluetooth thermal printer in iOS in Objective-C?

I am writing an App for a restaurant that needs to print receipts. How to print to a bluetooth receipt thermal printer from an iOS App? Just need to print simple text and maybe a logo. I cannot find any current SDK. Just need support for iOS 8+
Mike Zriel
  • 1,575
  • 1
  • 17
  • 28
-4
votes
1 answer

What is UUID and CoreBluetooth?

I don't understand about UUID SERVICE! can I find where that? e.g.
1 2 3
18
19