Loading system/btif/src/btif_av.cc +1 −1 Original line number Diff line number Diff line Loading @@ -3334,7 +3334,7 @@ uint8_t btif_av_get_peer_sep(void) { BtifAvPeer* peer = btif_av_find_active_peer(); if (peer == nullptr) { LOG_INFO("No active sink or source peer found"); return AVDT_TSEP_SNK; return AVDT_TSEP_INVALID; } uint8_t peer_sep = peer->PeerSep(); Loading Loading
system/btif/src/btif_av.cc +1 −1 Original line number Diff line number Diff line Loading @@ -3334,7 +3334,7 @@ uint8_t btif_av_get_peer_sep(void) { BtifAvPeer* peer = btif_av_find_active_peer(); if (peer == nullptr) { LOG_INFO("No active sink or source peer found"); return AVDT_TSEP_SNK; return AVDT_TSEP_INVALID; } uint8_t peer_sep = peer->PeerSep(); Loading