Add static pin support (#4078)

This commit is contained in:
chegewara
2020-09-30 14:25:42 +02:00
committed by GitHub
parent fa8a1c38d5
commit b7c5e502e7
2 changed files with 12 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public:
void setInitEncryptionKey(uint8_t init_key);
void setRespEncryptionKey(uint8_t resp_key);
void setKeySize(uint8_t key_size = 16);
void setStaticPIN(uint32_t pin);
static char* esp_key_type_to_str(esp_ble_key_type_t key_type);
private: