Loading system/btif/src/btif_rc.cc +5 −5 Original line number Diff line number Diff line Loading @@ -734,13 +734,13 @@ void handle_rc_connect(tBTA_AV_RC_OPEN* p_rc_open) { do_in_jni_thread(FROM_HERE, base::Bind(bt_rc_ctrl_callbacks->connection_state_cb, true, false, p_dev->rc_addr)); } /* report connection state if remote device is AVRCP target */ handle_rc_ctrl_features(p_dev); /* report psm if remote device is AVRCP target */ handle_rc_ctrl_psm(p_dev); } } /*************************************************************************** * Function handle_rc_disconnect Loading Loading
system/btif/src/btif_rc.cc +5 −5 Original line number Diff line number Diff line Loading @@ -734,13 +734,13 @@ void handle_rc_connect(tBTA_AV_RC_OPEN* p_rc_open) { do_in_jni_thread(FROM_HERE, base::Bind(bt_rc_ctrl_callbacks->connection_state_cb, true, false, p_dev->rc_addr)); } /* report connection state if remote device is AVRCP target */ handle_rc_ctrl_features(p_dev); /* report psm if remote device is AVRCP target */ handle_rc_ctrl_psm(p_dev); } } /*************************************************************************** * Function handle_rc_disconnect Loading