@tarojs/taro-h5
Version:
Taro h5 framework
10 lines (7 loc) • 570 B
JavaScript
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