Skip to content

Commit

Permalink
experimental key size change
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger authored and xMasterX committed Sep 19, 2023
1 parent 8f5ea2b commit 70b8823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/targets/f7/ble_glue/services/gatt_char.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void flipper_gatt_characteristic_init(
char_data_descriptor->security_permissions,
char_data_descriptor->access_permissions,
char_data_descriptor->gatt_evt_mask,
GATT_MIN_READ_KEY_SIZE,
MIN_ENCRY_KEY_SIZE,
char_data_descriptor->is_variable,
&char_instance->descriptor_handle);
if(status) {
Expand Down

0 comments on commit 70b8823

Please sign in to comment.