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

Commit f34ee2cc 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: ced7d419

Change-Id: Id0855f40fefff76436a0d148f74511045b4b1613
parents abfb8766 ced7d419
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;