/** * @see [微信官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/api/bluetooth.html#wxgetbledeviceservicesobject) * @param deviceId [string] 蓝牙设备 id */ export default function close_ble_connection(deviceId: string): Promise<{ services: { uuid: string; isPrimary: boolean; }[]; }>;