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

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

Add proper connection type tBTA_JV_CONN_TYPE

Bug: 188297862
Tag: #refactor
Test: gd/cert/run
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I0ebddc143d08f56968edcc5e569706925a5312c3
parent b9e91723
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -126,6 +126,7 @@ typedef uint8_t tBTA_JV_CONN_STATE;
#define BTA_JV_CONN_TYPE_RFCOMM 0
#define BTA_JV_CONN_TYPE_L2CAP 1
#define BTA_JV_CONN_TYPE_L2CAP_LE 2
typedef int tBTA_JV_CONN_TYPE;

/* Java I/F callback events */
/* events received by tBTA_JV_DM_CBACK */