diff options
author | Sven Gothel <[email protected]> | 2022-01-03 04:09:19 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-01-03 04:09:19 +0100 |
commit | 93b0b4705f87caea91cb5f941ca27dcf43fcf8ca (patch) | |
tree | d68c0c8ac1fc8542a325e5dea4691d417687dfa8 /src/direct_bt/HCIHandler.cpp | |
parent | a2c6e21c7faa43ce01ebd0e82865f888a97dc2ca (diff) |
[BTAdapter|HCIHandler].cpp: Fix whitespace
Diffstat (limited to 'src/direct_bt/HCIHandler.cpp')
-rw-r--r-- | src/direct_bt/HCIHandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/direct_bt/HCIHandler.cpp b/src/direct_bt/HCIHandler.cpp index daf64444..e2fb4108 100644 --- a/src/direct_bt/HCIHandler.cpp +++ b/src/direct_bt/HCIHandler.cpp @@ -1872,7 +1872,6 @@ HCIStatusCode HCIHandler::le_start_adv(const EInfoReport &eir, return status; } status = le_set_adv_param(peer_bdaddr, own_mac_type, peer_mac_type, - adv_interval_min, adv_interval_max, adv_type, adv_chan_map, filter_policy); if( HCIStatusCode::SUCCESS != status ) { |