UNPKG

414 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils';
2// 蓝牙-低功耗外围设备
3export const onBLEPeripheralConnectionStateChanged = temporarilyNotSupport('onBLEPeripheralConnectionStateChanged');
4export const offBLEPeripheralConnectionStateChanged = temporarilyNotSupport('offBLEPeripheralConnectionStateChanged');
5export const createBLEPeripheralServer = temporarilyNotSupport('createBLEPeripheralServer');