Skip to content
Snippets Groups Projects
Commit 710feda3 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Merge "Allow AVDTP SetConfig from INIT state"

am: 86461142

Change-Id: Ia6434fdf9225a443d978b158718477642b47f5b6
parents ed92d571 86461142
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ static const uint8_t bta_av_sst_init[][BTA_AV_NUM_COLS] = {
/* STR_START_FAIL_EVT */ {BTA_AV_SIGNORE, BTA_AV_SIGNORE, BTA_AV_INIT_SST},
/* STR_CLOSE_EVT */ {BTA_AV_SIGNORE, BTA_AV_SIGNORE, BTA_AV_INIT_SST},
/* STR_CONFIG_IND_EVT */
{BTA_AV_SETCONFIG_REJ, BTA_AV_SIGNORE, BTA_AV_INIT_SST},
{BTA_AV_CONFIG_IND, BTA_AV_SIGNORE, BTA_AV_INCOMING_SST},
/* STR_SECURITY_IND_EVT */
{BTA_AV_SIGNORE, BTA_AV_SIGNORE, BTA_AV_INIT_SST},
/* STR_SECURITY_CFM_EVT */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment