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 };
