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

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

Remove unused definitions

BTA_JV_ROLE_SLAVE BTM_ROLE_SLAVE
BTA_JV_ROLE_MASTER BTM_ROLE_MASTER

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I210e592c2dc7b16bc83858423afe8bc48c774589
parent 90c7928e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -76,8 +76,6 @@ typedef uint8_t tBTA_JV_STATUS;
enum { BTA_JV_DISC_NONE, BTA_JV_DISC_LIMITED, BTA_JV_DISC_GENERAL };
typedef uint16_t tBTA_JV_DISC;

#define BTA_JV_ROLE_SLAVE BTM_ROLE_SLAVE
#define BTA_JV_ROLE_MASTER BTM_ROLE_MASTER
typedef uint32_t tBTA_JV_ROLE;

#define BTA_JV_SERVICE_LMTD_DISCOVER                                       \