diff -r 4e80e1b997a8 -r 9d84592f5036 bluetooth/btstack/avdtp/avdtpTransportChannel.cpp --- a/bluetooth/btstack/avdtp/avdtpTransportChannel.cpp Mon Jul 12 07:03:47 2010 +0300 +++ b/bluetooth/btstack/avdtp/avdtpTransportChannel.cpp Mon Jul 12 07:06:31 2010 +0300 @@ -99,6 +99,7 @@ // take ownership iLogicalChannel = aLogicalChannelRecord.iLogicalChannelSAP; iLogicalChannel->SetNotify(this); + UpdateChannelPriority(); // drain any data if (aLogicalChannelRecord.iDataCount) {