Bluetooth: host: Fix trivial comment mismatch
The endif comment block is for CONFIG_BT_FIXED_PASSKEY not CONFIG_SMP_FIXED_PASSKEY. Fix the comment to match. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
75979397b2
commit
701a574c03
1 changed files with 1 additions and 1 deletions
|
@ -4434,7 +4434,7 @@ int bt_passkey_set(unsigned int passkey)
|
|||
fixed_passkey = passkey;
|
||||
return 0;
|
||||
}
|
||||
#endif /* CONFIG_SMP_FIXED_PASSKEY */
|
||||
#endif /* CONFIG_BT_FIXED_PASSKEY */
|
||||
|
||||
void bt_smp_update_keys(struct bt_conn *conn)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue