Bluetooth: SMP: Add missing static to internal function
Add missing static to internal SMP function Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
361cbea9cd
commit
6d08a30838
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ static u8_t get_encryption_key_size(struct bt_smp *smp)
|
||||||
/* Check that if a new pairing procedure with an existing bond will not lower
|
/* Check that if a new pairing procedure with an existing bond will not lower
|
||||||
* the established security level of the bond.
|
* the established security level of the bond.
|
||||||
*/
|
*/
|
||||||
bool update_keys_check(struct bt_smp *smp)
|
static bool update_keys_check(struct bt_smp *smp)
|
||||||
{
|
{
|
||||||
struct bt_conn *conn = smp->chan.chan.conn;
|
struct bt_conn *conn = smp->chan.chan.conn;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue