Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e47b4e6 authored by weichinweng's avatar weichinweng Committed by Weichin Weng
Browse files

Read set data length support flag from peer_le_features

Read set data length support flag from peer_le_features.

Bug: 167153759
Tag: #feature
Test: compile & verify basic functions and Hearing Aid profile working
Change-Id: I131634d413c20f973e8a8a4b7bfdeb7ee82a67a1
parent ba219ad2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2600,7 +2600,7 @@ bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) {
  if (p_acl == nullptr) {
    return false;
  }
  return HCI_LE_DATA_LEN_EXT_SUPPORTED(p_acl->peer_lmp_feature_pages[0]);
  return HCI_LE_DATA_LEN_EXT_SUPPORTED(p_acl->peer_le_features);
}

bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) {