auto-pts: BTP_GAP_SETTING_PRIVACY == false on start

This commit is contained in:
Matthias Ringwald 2019-12-09 14:29:52 +01:00
parent b0efdb6cb6
commit 89cc71cef7

View File

@ -137,7 +137,6 @@ static void reset_gap(void){
// current settings
current_settings |= BTP_GAP_SETTING_SSP;
current_settings |= BTP_GAP_SETTING_LE;
current_settings |= BTP_GAP_SETTING_PRIVACY;
#ifdef ENABLE_CLASSIC
current_settings |= BTP_GAP_SETTING_BREDR;
#endif