Pixels Plugin for Unity
Enable communications with Pixels dice using Bluetooth Low Energy.
Loading...
Searching...
No Matches
SGBleUtils.h
Go to the documentation of this file.
1
6#ifndef SGBleUtils_h
7#define SGBleUtils_h
8
9#import <Foundation/Foundation.h>
10#import <CoreBluetooth/CoreBluetooth.h>
11
12// Gets the serial queue used to run all BLE operations
13dispatch_queue_t sgBleGetSerialQueue();
14
15NSErrorDomain sgBleGetErrorDomain();
16
17#endif /* SGBleUtils_h */