UNPKG

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 444 B
import { startAdvertising, stopAdvertising, setServices, addListener, removeListeners, updateAdvertisingData, getAdvertisingData } from './NativeBluetoothPeripheral'; import type { AdvertisingDataTypes } from './BluetoothPeripheralSpec'; export { startAdvertising, stopAdvertising, setServices, addListener, removeListeners, updateAdvertisingData, getAdvertisingData, }; export type { AdvertisingDataTypes }; //# sourceMappingURL=index.d.ts.map