From 70b8823eb862cce622755edf74b01f340990d005 Mon Sep 17 00:00:00 2001 From: hedger Date: Tue, 19 Sep 2023 18:08:12 +0400 Subject: [PATCH] experimental key size change --- firmware/targets/f7/ble_glue/services/gatt_char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/targets/f7/ble_glue/services/gatt_char.c b/firmware/targets/f7/ble_glue/services/gatt_char.c index f6e27f53e..c06403f55 100644 --- a/firmware/targets/f7/ble_glue/services/gatt_char.c +++ b/firmware/targets/f7/ble_glue/services/gatt_char.c @@ -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) {