mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Correct BD_ADDR entry for "Dummy" device in the default hcsecd.conf.
Each byte in BD_ADDR should exactly two nibbles, i.e "1:2:3:4:5:6" is NOT valid and "01:02:03:04:05:06" is valid BD_ADDR. MFC after: 1 day
This commit is contained in:
parent
35c222e1e1
commit
41566915c3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158726
@ -41,7 +41,7 @@ device {
|
||||
}
|
||||
|
||||
device {
|
||||
bdaddr 00:1:2:3:4:5;
|
||||
bdaddr 00:01:02:03:04:05;
|
||||
name "Dummy";
|
||||
key nokey;
|
||||
pin "0000";
|
||||
|
Loading…
Reference in New Issue
Block a user