File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -673,19 +673,6 @@ class SecurityManager {
673
673
return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porters: override this API if security is supported. */
674
674
}
675
675
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
-
689
676
/* *
690
677
* Set the requirements for encryption key size. If the peer cannot comply with the requirements
691
678
* paring will fail.
You can’t perform that action at this time.
0 commit comments