redundant funcs removed

pull/6932/head
paul-szczepanek-arm 2018-04-04 18:02:16 +01:00
parent acfc5b218d
commit 1d74dfa1f9
2 changed files with 0 additions and 19 deletions

View File

@ -232,17 +232,6 @@ public:
);
}
/**
* @see ble::pal::GattClient::set_peer_signing_counter
*/
virtual ble_error_t set_peer_signing_counter(
connection_handle_t connection_handle,
uint32_t sign_counter
) {
/* TODO: implement*/
return BLE_ERROR_NOT_IMPLEMENTED;
}
/**
* @see ble::pal::GattClient::write_attribute
*/

View File

@ -157,14 +157,6 @@ public:
uint32_t sign_counter
);
/**
* see pal::GattClient::set_peer_signing_counter .
*/
virtual ble_error_t set_peer_signing_counter(
connection_handle_t connection_handle,
uint32_t sign_counter
);
/**
* see pal::GattClient::write_attribute .
*/