commit | a1ae2b1e934b5ec4e49b932204d59ec4326a4da5 | [log] [tgz] |
---|---|---|
author | Jin Dong <jin.x.dong@sony.com> | Mon Aug 28 16:11:09 2023 +0200 |
committer | David Magno <david.magno@sony.com> | Mon Sep 04 08:14:10 2023 +0000 |
tree | 28e95d26fed74ab1cb09ddcebac7067e6a832dc4 | |
parent | a3f6a70e9b9594e1a622118db40b653a644f52d8 [diff] |
Limit bluetooth broadcast password to single byte characters The bluetooth broadcast password is supposed to be single byte characters, so crash hanppened when input too many double-byte characters when connecting to other broadcast. Limit the password to single byte characters to fix this issue. Bug: 297840479 Test: Manual Change-Id: Ifab89ee9a07f20d1f30aba17bed694b5a5da8480