mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
Run codespell -w with the latest dictonary again
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
55a7dfc9a7
commit
cde88cabcc
@@ -566,7 +566,7 @@ static uint8_t disconnected_cb(FAR const struct bt_gatt_attr_s *attr,
|
||||
memset(&ccc->value, 0, sizeof(ccc->value));
|
||||
ccc->cfg_changed(ccc->value);
|
||||
|
||||
wlinfo("ccc %p reseted\n", ccc);
|
||||
wlinfo("ccc %p reset\n", ccc);
|
||||
return BT_GATT_ITER_CONTINUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -1238,7 +1238,7 @@ static void bt_smp_encrypt_change(FAR FAR struct bt_conn_s *conn,
|
||||
}
|
||||
|
||||
#if defined(CONFIG_BLUETOOTH_SMP_SELFTEST)
|
||||
/* spaw octets for LE encrypt */
|
||||
/* spawn octets for LE encrypt */
|
||||
|
||||
static void swap_buf(FAR const uint8_t *src, FAR uint8_t *dst, uint16_t len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user