Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

蓝牙 onBluetoothDeviceFound 回调函数接口 #75

Closed
clevok opened this issue Sep 9, 2019 · 1 comment
Closed

蓝牙 onBluetoothDeviceFound 回调函数接口 #75

clevok opened this issue Sep 9, 2019 · 1 comment
Labels
bug Something isn't working fixed Issue already fixed

Comments

@clevok
Copy link

clevok commented Sep 9, 2019

type OnBluetoothDeviceFoundCallback = (
/** 新搜索到的设备列表 */
devices: CallbackBlueToothDevice[],
) => void

事实上,应该还被包裹在一个对象中
type OnBluetoothDeviceFoundCallback = (
/** 新搜索到的设备列表 */
result: {devices: CallbackBlueToothDevice[]}
) => void

@wechat-miniprogram-admin
Copy link
Contributor

感谢反馈,已经确认,下一个版本修复~

@wechat-miniprogram-admin wechat-miniprogram-admin added bug Something isn't working fix in next version Issue will be solved in next version labels Sep 16, 2019
@wechat-miniprogram-admin wechat-miniprogram-admin added fixed Issue already fixed and removed fix in next version Issue will be solved in next version labels Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Issue already fixed
Projects
None yet
Development

No branches or pull requests

2 participants