init
This commit is contained in:
9
xhs-mini-demos/component-case/bluetooth/bluetooth.js
Normal file
9
xhs-mini-demos/component-case/bluetooth/bluetooth.js
Normal file
@@ -0,0 +1,9 @@
|
||||
Page({
|
||||
openBluetoothAdapter() {
|
||||
xhs.openBluetoothAdapter?.({
|
||||
complete: res => {
|
||||
console.log('【openBluetoothAdapter】:', res);
|
||||
},
|
||||
});
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user