import { temporarilyNotSupport } from '../utils' // 蓝牙-信标(Beacon) export const stopBeaconDiscovery = /* @__PURE__ */ temporarilyNotSupport('stopBeaconDiscovery') export const startBeaconDiscovery = /* @__PURE__ */ temporarilyNotSupport('startBeaconDiscovery') export const onBeaconUpdate = /* @__PURE__ */ temporarilyNotSupport('onBeaconUpdate') export const onBeaconServiceChange = /* @__PURE__ */ temporarilyNotSupport('onBeaconServiceChange') export const offBeaconUpdate = /* @__PURE__ */ temporarilyNotSupport('offBeaconUpdate') export const offBeaconServiceChange = /* @__PURE__ */ temporarilyNotSupport('offBeaconServiceChange') export const getBeacons = /* @__PURE__ */ temporarilyNotSupport('getBeacons')