Skip to content

Commit 392ee6e

Browse files
removed get encryption key size from API
1 parent 0870b30 commit 392ee6e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

features/FEATURE_BLE/ble/SecurityManager.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -673,19 +673,6 @@ class SecurityManager {
673673
return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porters: override this API if security is supported. */
674674
}
675675

676-
/**
677-
* Return the size of the encryption key used on this link.
678-
*
679-
* @param[in] connectionHandle Handle to identify the connection.
680-
* @param[out] byteSize Size of the encryption key in bytes.
681-
* @return BLE_ERROR_NONE or appropriate error code indicating the failure reason.
682-
*/
683-
virtual ble_error_t getEncryptionKeySize(ble::connection_handle_t connectionHandle, uint8_t *byteSize) {
684-
(void) connectionHandle;
685-
(void) byteSize;
686-
return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porters: override this API if security is supported. */
687-
}
688-
689676
/**
690677
* Set the requirements for encryption key size. If the peer cannot comply with the requirements
691678
* paring will fail.

0 commit comments

Comments
 (0)