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

Commit e431f477 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add stack/include/hcidefs::tHCI_ENCRYPT_MODE am: e5e3caf0

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1541448

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8b35a903b0a69bc034a1aa8900b4cdd88f6cff97
parents e14d6fff e5e3caf0
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -792,7 +792,11 @@ typedef enum : uint8_t {
#define HCI_DEF_INQUIRYSCAN_WINDOW 0x12   /* 11.25 ms */

/* Encryption modes */
#define HCI_ENCRYPT_MODE_DISABLED 0x00
typedef enum : uint8_t {
  HCI_ENCRYPT_MODE_DISABLED = 0x00,
  HCI_ENCRYPT_MODE_ON = 0x01,
  HCI_ENCRYPT_MODE_ON_BR_EDR_AES_CCM = 0x02,
} tHCI_ENCRYPT_MODE;

/* Voice settings */
#define HCI_INP_CODING_LINEAR 0x0000 /* 0000000000 */