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

Commit 217412b9 authored by Kevin Wang's avatar Kevin Wang Committed by android-build-merger
Browse files

Fix initiating_PHYS bit in HCI_LE_Extend_Create_Connection am: 1d9aaddf am:...

Fix initiating_PHYS bit in HCI_LE_Extend_Create_Connection am: 1d9aaddf am: ced7d419 am: f34ee2cc
am: 277fc0b2

Change-Id: Iae66cc32277ad2fbd4419a8430ba84f09af1836a
parents ff3151e5 277fc0b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -611,7 +611,7 @@ constexpr uint8_t BLE_EVT_LEGACY_BIT = 4;
constexpr uint8_t PHY_LE_NO_PACKET = 0x00;
constexpr uint8_t PHY_LE_1M = 0x01;
constexpr uint8_t PHY_LE_2M = 0x02;
constexpr uint8_t PHY_LE_CODED = 0x03;
constexpr uint8_t PHY_LE_CODED = 0x04;

constexpr uint8_t NO_ADI_PRESENT = 0xFF;
constexpr uint8_t TX_POWER_NOT_PRESENT = 0x7F;