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

Commit 277fc0b2 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

am: f34ee2cc

Change-Id: I145d2fbf91c99f2f59ffdd3e32a09bb14e0d2e63
parents 171d8045 f34ee2cc
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;