mirror of https://github.com/ARMmbed/mbed-os.git
match accept pairing with request pairing
parent
ab0451e929
commit
52669fff98
|
@ -370,11 +370,11 @@ public:
|
||||||
* @see BLUETOOTH SPECIFICATION Version 5.0 | Vol 3, Part H - 3.5.2
|
* @see BLUETOOTH SPECIFICATION Version 5.0 | Vol 3, Part H - 3.5.2
|
||||||
*/
|
*/
|
||||||
virtual ble_error_t send_pairing_response(
|
virtual ble_error_t send_pairing_response(
|
||||||
connection_handle_t handle,
|
connection_handle_t connection,
|
||||||
SecurityIOCapabilities_t iocaps,
|
io_capability_t io_capability,
|
||||||
bool oob_data_flag,
|
bool oob_data_flag,
|
||||||
authentication_t authentication_requirements,
|
authentication_t authentication_requirements,
|
||||||
uint8_t max_key_size,
|
uint8_t maximum_encryption_key_size,
|
||||||
key_distribution_t initiator_dist,
|
key_distribution_t initiator_dist,
|
||||||
key_distribution_t responder_dist
|
key_distribution_t responder_dist
|
||||||
) = 0;
|
) = 0;
|
||||||
|
|
Loading…
Reference in New Issue