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

Commit cdb835c3 authored by Chris Manton's avatar Chris Manton
Browse files

Remove unused definitions HCI_AUTO_ACCEPT*

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working

Change-Id: Ib5daf31165013cae2c64d034e56d2e8f971ae81d
parent 83f9a1b1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1026,11 +1026,6 @@ constexpr uint8_t HCI_LE_STATES_INIT_MASTER_SLAVE_BIT = 41;
/* role switch enabled (1.1 errata 1115) */
#define HCI_DO_AUTO_ACCEPT_CONNECT_RS 3

/* Auto accept flags */
#define HCI_AUTO_ACCEPT_OFF 0x00
#define HCI_AUTO_ACCEPT_ACL_CONNECTIONS 0x01
#define HCI_AUTO_ACCEPT_SCO_CONNECTIONS 0x02

/* PIN type */
#define HCI_PIN_TYPE_VARIABLE 0
#define HCI_PIN_TYPE_FIXED 1