Skip to content
Snippets Groups Projects
Commit a9514704 authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Revert "leaudio: Make LE Connection Interval a multiple of SDU_Interval" am: a312a815

parents 1091d59b a312a815
No related branches found
No related tags found
No related merge requests found
......@@ -669,7 +669,7 @@ struct le_impl : public bluetooth::hci::LeAddressManagerCallback {
OwnAddressType own_address_type =
static_cast<OwnAddressType>(le_address_manager_->GetCurrentAddress().GetAddressType());
uint16_t conn_interval_min = 0x0018;
uint16_t conn_interval_max = 0x0030;
uint16_t conn_interval_max = 0x0028;
uint16_t conn_latency = 0x0000;
uint16_t supervision_timeout = 0x001f4;
ASSERT(check_connection_parameters(conn_interval_min, conn_interval_max, conn_latency, supervision_timeout));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment