Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
347b8e55
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
347b8e55
编写于
9月 27, 2022
作者:
O
openharmony_ci
提交者:
Gitee
9月 27, 2022
浏览文件
操作
浏览文件
下载
差异文件
!5680 【communication】【同步beta3】wifi接口wifideviceconfig参数值补齐
Merge pull request !5680 from 权力/cherry-pick-1664177292
上级
95430a3d
e603ca57
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
10 addition
and
1 deletion
+10
-1
communication/bluetooth_on/src/main/js/test/BluetoothPair.test.js
...ation/bluetooth_on/src/main/js/test/BluetoothPair.test.js
+3
-1
communication/wifi_standard/src/main/js/test/WifiCandidateNetWork.test.js
...fi_standard/src/main/js/test/WifiCandidateNetWork.test.js
+7
-0
未找到文件。
communication/bluetooth_on/src/main/js/test/BluetoothPair.test.js
浏览文件 @
347b8e55
...
...
@@ -75,7 +75,8 @@ describe('bluetoothhostTest2', function() {
*/
it
(
'
SUB_COMMUNICATION_BLUETOOTH_BR_Pair_0200
'
,
0
,
async
function
(
done
)
{
function
PinRequiredParam
(
data
)
{
console
.
info
(
"
[bluetooth_js] pinRequired on:
"
+
JSON
.
stringify
(
data
));
console
.
info
(
"
[bluetooth_js] pinRequired on:
"
+
JSON
.
stringify
(
data
.
deviceId
)
+
JSON
.
stringify
(
data
.
pinCode
));
bluetooth
.
setDevicePairingConfirmation
(
data
.
deviceId
,
false
);
}
bluetooth
.
BLE
.
on
(
'
pinRequired
'
,
PinRequiredParam
);
...
...
@@ -286,3 +287,4 @@ describe('bluetoothhostTest2', function() {
}
communication/wifi_standard/src/main/js/test/WifiCandidateNetWork.test.js
浏览文件 @
347b8e55
...
...
@@ -125,6 +125,13 @@ export default function actsWifiCandidateNetWorkTest() {
"
preSharedKey
"
:
"
12345678
"
,
"
isHiddenSsid
"
:
false
,
"
securityType
"
:
wifiSecurityType
.
WIFI_SEC_TYPE_PSK
,
"
netId
"
:
-
1
,
"
ipType
"
:
1
,
"
creatorUid
"
:
7
,
"
disableReason
"
:
0
,
"
randomMacType
"
:
0
,
"
randomMacAddr
"
:
"
11:22:33:44:55:66
"
,
"
staticIp
"
:
{
"
ipAddress
"
:
1284752956
,
"
gateway
"
:
1284752936
},
};
await
wifi
.
addCandidateConfig
(
wifiDeviceConfig
)
.
then
(
netWorkId
=>
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录