@sfourdrinier/react-native-ble-plx
Version:
React Native Bluetooth Low Energy library
47 lines (39 loc) • 825 B
JavaScript
;
import { NativeEventEmitter } from 'react-native';
import NativeBlePlx from './NativeBlePlx';
/**
* Native device object passed from BleModule.
* @private
*/
/**
* Native service object passed from BleModule.
* @private
*/
/**
* Native characteristic object passed from BleModule.
* @private
*/
/**
* Native descriptor object passed from BleModule.
* @private
*/
/**
* Object representing information about restored BLE state after application relaunch.
* @private
*/
/**
* Native BLE Module interface
* @private
*/
/**
* Native module provider
*
* @private
*/
const NativeBlePlxConstants = NativeBlePlx.getConstants();
export const BleModule = {
...NativeBlePlx,
...NativeBlePlxConstants
};
export const EventEmitter = NativeEventEmitter;
//# sourceMappingURL=BleModule.js.map