mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bluetooth: minor spelling fixes.
User-visible strings. MFC after: 2 weeks
This commit is contained in:
parent
ca7f4027f7
commit
beb45c4fd4
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ static const struct {
|
|||
const char * desc;
|
||||
} services[] = {
|
||||
{ "PANU", SDP_SERVICE_CLASS_PANU, "Personal Area Networking User" },
|
||||
{ "NAP", SDP_SERVICE_CLASS_NAP, "Network Acess Point" },
|
||||
{ "NAP", SDP_SERVICE_CLASS_NAP, "Network Access Point" },
|
||||
{ "GN", SDP_SERVICE_CLASS_GN, "Group Network" },
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -592,7 +592,7 @@ struct hci_command node_commands[] = {
|
|||
"Write the value of the Role Switch parameter for the HCI node. By default,\n" \
|
||||
"if Role Switch is supported, local device will try to perform Role Switch\n" \
|
||||
"and become Master on incoming connection. Some devices do not support Role\n" \
|
||||
"Switch and thus incomming connections from such devices will fail. Setting\n" \
|
||||
"Switch and thus incoming connections from such devices will fail. Setting\n" \
|
||||
"this parameter to zero will prevent Role Switch and thus accepting device\n" \
|
||||
"will remain Slave",
|
||||
&hci_write_node_role_switch
|
||||
|
|
|
|||
Loading…
Reference in a new issue