UNPKG

@tarojs/taro-h5

Version:
10 lines (7 loc) 570 B
import { temporarilyNotSupport } from '../../utils/index.js'; // 蓝牙-低功耗外围设备 const onBLEPeripheralConnectionStateChanged = temporarilyNotSupport('onBLEPeripheralConnectionStateChanged'); const offBLEPeripheralConnectionStateChanged = temporarilyNotSupport('offBLEPeripheralConnectionStateChanged'); const createBLEPeripheralServer = temporarilyNotSupport('createBLEPeripheralServer'); export { createBLEPeripheralServer, offBLEPeripheralConnectionStateChanged, onBLEPeripheralConnectionStateChanged }; //# sourceMappingURL=bluetooth-peripheral.js.map