diff options
author | Tomonori Nanbu <tomonori.nanbu@sonymobile.com> | 2017-04-18 13:34:26 +0900 |
---|---|---|
committer | Tomonori Nanbu <tomonori.nanbu@sonymobile.com> | 2017-04-20 23:29:39 +0900 |
commit | c9aaadc9b0a2d22f87e0e3afa1987fcb84cd82f2 (patch) | |
tree | 7b47d847d523a4d1c0d545e7f7cfb0b758e27d00 /service | |
parent | 8ab4881b5771ddd8ab3fa475362ac42efccff9c4 (diff) |
Use correct P2P GO intent value
Use correct P2P GO intent value.
Bug: 37533486
Test: Manual test
Change-Id: I3286f3daaf32a1e22e0b8c6349ca8b67ad2012fd
Diffstat (limited to 'service')
-rw-r--r-- | service/java/com/android/server/wifi/p2p/SupplicantP2pIfaceHal.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/java/com/android/server/wifi/p2p/SupplicantP2pIfaceHal.java b/service/java/com/android/server/wifi/p2p/SupplicantP2pIfaceHal.java index fc63894b8..0b5e79b3b 100644 --- a/service/java/com/android/server/wifi/p2p/SupplicantP2pIfaceHal.java +++ b/service/java/com/android/server/wifi/p2p/SupplicantP2pIfaceHal.java @@ -668,6 +668,7 @@ public class SupplicantP2pIfaceHal { if (groupOwnerIntent < 0 || groupOwnerIntent > 15) { groupOwnerIntent = DEFAULT_GROUP_OWNER_INTENT; } + goIntent = groupOwnerIntent; } SupplicantResult<String> result = new SupplicantResult( |