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

Commit 384546c0 authored by Tom Huang's avatar Tom Huang Committed by Android (Google) Code Review
Browse files

Merge "Fix BTA_AV_API_SET_LATENCY_EVT not handled" into tm-qpr-dev

parents fece6b38 8326e0ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -127,13 +127,13 @@ enum {

/* events that do not go through state machine */
#define BTA_AV_FIRST_NSM_EVT BTA_AV_API_ENABLE_EVT
#define BTA_AV_LAST_NSM_EVT BTA_AV_API_STOP_EVT
#define BTA_AV_LAST_NSM_EVT BTA_AV_API_SET_LATENCY_EVT

/* API events passed to both SSMs (by bta_av_api_to_ssm) */
#define BTA_AV_FIRST_A2S_API_EVT BTA_AV_API_START_EVT
#define BTA_AV_FIRST_A2S_SSM_EVT BTA_AV_AP_START_EVT

#define BTA_AV_LAST_EVT BTA_AV_API_STOP_EVT
#define BTA_AV_LAST_EVT BTA_AV_API_SET_LATENCY_EVT

/* maximum number of SEPS in stream discovery results */
#define BTA_AV_NUM_SEPS 32