_bleio: add missing break statement

This commit is contained in:
Jeff Epler 2020-09-12 16:30:12 -05:00
parent 5729097bc4
commit 7151ee85ce

View File

@ -1748,6 +1748,7 @@ void check_att_err(uint8_t err) {
break;
case BT_ATT_ERR_ENCRYPTION_KEY_SIZE:
msg = translate("Encryption key size");
break;
case BT_ATT_ERR_INVALID_ATTRIBUTE_LEN:
msg = translate("Invalid attribute length");
break;