mirror of https://github.com/ARMmbed/mbed-os.git
remove redundant pal api calls
parent
92a83cf526
commit
b818b87965
|
@ -293,14 +293,8 @@ public:
|
||||||
key_distribution_t responder_dist
|
key_distribution_t responder_dist
|
||||||
) = 0;
|
) = 0;
|
||||||
|
|
||||||
virtual ble_error_t reject_pairing(connection_handle_t handle) = 0;
|
|
||||||
|
|
||||||
virtual ble_error_t cancel_pairing(connection_handle_t handle) = 0;
|
virtual ble_error_t cancel_pairing(connection_handle_t handle) = 0;
|
||||||
|
|
||||||
virtual ble_error_t set_pairing_request_authorisation(
|
|
||||||
bool authorisation_required = true
|
|
||||||
) = 0;
|
|
||||||
|
|
||||||
virtual ble_error_t request_authentication(connection_handle_t handle) = 0;
|
virtual ble_error_t request_authentication(connection_handle_t handle) = 0;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue