mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-10 15:44:32 +00:00
auto-pts: BTP_GAP_SETTING_PRIVACY == false on start
This commit is contained in:
parent
b0efdb6cb6
commit
89cc71cef7
@ -137,7 +137,6 @@ static void reset_gap(void){
|
|||||||
// current settings
|
// current settings
|
||||||
current_settings |= BTP_GAP_SETTING_SSP;
|
current_settings |= BTP_GAP_SETTING_SSP;
|
||||||
current_settings |= BTP_GAP_SETTING_LE;
|
current_settings |= BTP_GAP_SETTING_LE;
|
||||||
current_settings |= BTP_GAP_SETTING_PRIVACY;
|
|
||||||
#ifdef ENABLE_CLASSIC
|
#ifdef ENABLE_CLASSIC
|
||||||
current_settings |= BTP_GAP_SETTING_BREDR;
|
current_settings |= BTP_GAP_SETTING_BREDR;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user