bluetooth: minor spelling fixes.
User-visible strings. MFC after: 2 weeks
This commit is contained in:
parent
ca7f4027f7
commit
beb45c4fd4
@ -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 New Issue
Block a user