munim-bluetooth-peripheral
Version:
A React Native library for creating Bluetooth Low Energy (BLE) peripheral devices with comprehensive advertising data support and Expo support
5 lines (4 loc) • 350 B
JavaScript
;
import { startAdvertising, stopAdvertising, setServices, addListener, removeListeners, updateAdvertisingData, getAdvertisingData } from "./NativeBluetoothPeripheral.js";
export { startAdvertising, stopAdvertising, setServices, addListener, removeListeners, updateAdvertisingData, getAdvertisingData };
//# sourceMappingURL=index.js.map