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

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

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie393803a5e9325ee18e7e33d00e7291a5fff16e9
parents d79e38b7 a168f8c3
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 */