mirror of https://github.com/ARMmbed/mbed-os.git
apply peripheral policy on ll privacy
parent
ec2808be31
commit
b67230cbdb
|
@ -2401,6 +2401,9 @@ void Gap::signal_connection_complete(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
if (!apply_peripheral_privacy_connection_policy(event)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
report_internal_connection_complete(event);
|
report_internal_connection_complete(event);
|
||||||
_event_handler->onConnectionComplete(event);
|
_event_handler->onConnectionComplete(event);
|
||||||
#endif // BLE_FEATURE_PRIVACY && BLE_GAP_HOST_BASED_PRIVATE_ADDRESS_RESOLUTION
|
#endif // BLE_FEATURE_PRIVACY && BLE_GAP_HOST_BASED_PRIVATE_ADDRESS_RESOLUTION
|
||||||
|
|
Loading…
Reference in New Issue