MFC:
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.
This commit is contained in:
parent
85ec7c7f44
commit
eba7e09abb
@ -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