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

Commit 134b3014 authored by Chris Manton's avatar Chris Manton
Browse files

Use inclusive language

Towards inclusive language

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: Icb382782abddf5a63e1145b6a9f5e65526540fb7
parent c6beee76
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -487,9 +487,9 @@ enum : uint16_t {
  BTM_SEC_FORCE_CENTRAL = 0x0100,
  BTM_SEC_FORCE_CENTRAL = 0x0100,
  /* Need to switch connection to be central */
  /* Need to switch connection to be central */
  BTM_SEC_ATTEMPT_CENTRAL = 0x0200,
  BTM_SEC_ATTEMPT_CENTRAL = 0x0200,
  /* Need to switch connection to be slave */
  /* Need to switch connection to be peripheral */
  BTM_SEC_FORCE_PERIPHERAL = 0x0400,
  BTM_SEC_FORCE_PERIPHERAL = 0x0400,
  /* Try to switch connection to be slave */
  /* Try to switch connection to be peripheral */
  BTM_SEC_ATTEMPT_PERIPHERAL = 0x0800,
  BTM_SEC_ATTEMPT_PERIPHERAL = 0x0800,
  /* inbound Do man in the middle protection */
  /* inbound Do man in the middle protection */
  BTM_SEC_IN_MITM = 0x1000,
  BTM_SEC_IN_MITM = 0x1000,